summaryrefslogtreecommitdiff
path: root/utility/maths.h
diff options
context:
space:
mode:
Diffstat (limited to 'utility/maths.h')
-rw-r--r--utility/maths.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/utility/maths.h b/utility/maths.h
index b0048c3..89cb7cb 100644
--- a/utility/maths.h
+++ b/utility/maths.h
@@ -55,6 +55,7 @@ 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);
+std::pair<float, float> find_arcs_radius(glm::vec2 start, float entrys, glm::vec2 end, float entrye);
float find_arcs_radius(glm::vec2 start, glm::vec2 ad, glm::vec2 end, glm::vec2 bd);
#endif