From 95e45557ba76132d7b7e8326bccd08a50f81eb0e Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Sun, 14 Feb 2021 13:35:52 +0000 Subject: Rename flat_angle to vector_yaw --- utility/maths.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'utility/maths.h') 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()}; 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); -- cgit v1.2.3