summaryrefslogtreecommitdiff
path: root/lib/location.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lib/location.cpp')
-rw-r--r--lib/location.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/lib/location.cpp b/lib/location.cpp
index 9a31402..ff7cfa6 100644
--- a/lib/location.cpp
+++ b/lib/location.cpp
@@ -3,12 +3,6 @@
#include <glm/gtx/transform.hpp>
glm::mat4
-Location::getTransform() const
-{
- return glm::translate(pos) * rotate_ypr(rot);
-}
-
-glm::mat4
Location::getRotationTransform() const
{
return rotate_ypr(rot);