diff options
Diffstat (limited to 'lib/location.h')
-rw-r--r-- | lib/location.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/location.h b/lib/location.h index 7f2b44d..55737ae 100644 --- a/lib/location.h +++ b/lib/location.h @@ -10,6 +10,7 @@ public: #endif [[nodiscard]] glm::mat4 getTransform() const; + [[nodiscard]] glm::mat4 getRotationTransform() const; Position3D pos; Rotation3D rot; |