diff options
author | Dan Goodliffe <dan@randomdan.homeip.net> | 2021-02-14 14:32:25 +0000 |
---|---|---|
committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2021-02-14 14:32:25 +0000 |
commit | 169068b417323232cc6aac440f3d7a2d918b5917 (patch) | |
tree | 6a97eba1b3027feaa8e5530f7df625c0430a61b1 /utility/maths.cpp | |
parent | Add our first vehicle (diff) | |
download | ilt-169068b417323232cc6aac440f3d7a2d918b5917.tar.bz2 ilt-169068b417323232cc6aac440f3d7a2d918b5917.tar.xz ilt-169068b417323232cc6aac440f3d7a2d918b5917.zip |
Code tidy-up
Diffstat (limited to 'utility/maths.cpp')
-rw-r--r-- | utility/maths.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/utility/maths.cpp b/utility/maths.cpp index fb14a17..0bd3eac 100644 --- a/utility/maths.cpp +++ b/utility/maths.cpp @@ -3,7 +3,6 @@ #include <glm/glm.hpp> #include <glm/gtx/rotate_vector.hpp> #include <glm/gtx/transform.hpp> -#include <glm/gtx/vector_angle.hpp> glm::mat4 flat_orientation(const glm::vec3 & diff) |