diff options
Diffstat (limited to 'gfx/camera.h')
| -rw-r--r-- | gfx/camera.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gfx/camera.h b/gfx/camera.h index b78827a..1be012b 100644 --- a/gfx/camera.h +++ b/gfx/camera.h @@ -13,6 +13,7 @@ public: [[nodiscard]] Ray<GlobalPosition3D> unProject(const ScreenRelCoord &) const; void setAspect(Angle aspect); + Angle getAspect() const; void setPosition(const GlobalPosition3D & p) |
