Audio/AudioDevice: Improve GetListenerRotation

This commit is contained in:
Jérôme Leclercq
2022-03-17 13:34:47 +01:00
parent 6165b3a101
commit 01061380ee
6 changed files with 56 additions and 7 deletions

View File

@@ -55,6 +55,9 @@ namespace Nz
constexpr Angle& operator=(const Angle&) = default;
constexpr const Angle& operator+() const;
constexpr Angle operator-() const;
constexpr Angle operator+(const Angle& other) const;
constexpr Angle operator-(const Angle& other) const;
constexpr Angle operator*(T scalar) const;