diff options
Diffstat (limited to 'utility/maths.h')
-rw-r--r-- | utility/maths.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/utility/maths.h b/utility/maths.h index 47b95a3..2ce5d94 100644 --- a/utility/maths.h +++ b/utility/maths.h @@ -54,5 +54,6 @@ arc_length(const Arc & arc) float normalize(float ang); std::pair<glm::vec2, bool> find_arc_centre(glm::vec2 start, float entrys, glm::vec2 end, float entrye); +std::pair<glm::vec2, bool> find_arc_centre(glm::vec2 start, glm::vec2 ad, glm::vec2 end, glm::vec2 bd); #endif |