summaryrefslogtreecommitdiff
path: root/lib/location.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/location.h')
-rw-r--r--lib/location.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/location.h b/lib/location.h
index 016aee7..e642b41 100644
--- a/lib/location.h
+++ b/lib/location.h
@@ -11,6 +11,8 @@ public:
[[nodiscard]] glm::mat3 getRotationTransform() const;
+ Location operator+(RelativePosition3D) const;
+
GlobalPosition3D pos;
Rotation3D rot;
};