summaryrefslogtreecommitdiff
path: root/utility/maths.h
diff options
context:
space:
mode:
authorDan Goodliffe <dan@randomdan.homeip.net>2021-02-14 13:35:52 +0000
committerDan Goodliffe <dan@randomdan.homeip.net>2021-02-14 13:35:52 +0000
commit95e45557ba76132d7b7e8326bccd08a50f81eb0e (patch)
tree12e185af5ba4ce9a7ec04ce27c2e85ab286ff1ea /utility/maths.h
parentDon't copy shared_ptrs (diff)
downloadilt-95e45557ba76132d7b7e8326bccd08a50f81eb0e.tar.bz2
ilt-95e45557ba76132d7b7e8326bccd08a50f81eb0e.tar.xz
ilt-95e45557ba76132d7b7e8326bccd08a50f81eb0e.zip
Rename flat_angle to vector_yaw
Diffstat (limited to 'utility/maths.h')
-rw-r--r--utility/maths.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/utility/maths.h b/utility/maths.h
index 572268a..b8dd342 100644
--- a/utility/maths.h
+++ b/utility/maths.h
@@ -28,7 +28,7 @@ constexpr auto two_pi {glm::two_pi<float>()};
glm::mat4 flat_orientation(const glm::vec3 & diff);
-float flat_angle(const glm::vec3 & diff);
+float vector_yaw(const glm::vec3 & diff);
float round_frac(const float & v, const float & frac);