diff --git a/hyper.h b/hyper.h index fe92b02d..6fc2d3ad 100644 --- a/hyper.h +++ b/hyper.h @@ -5630,6 +5630,8 @@ namespace kite { namespace solv { extern transmatrix local_perspective; + bool local_perspective_used() { return sol; } + hrmap *new_map(); hyperpoint inverse_exp(hyperpoint h, bool lazy);