Math/Angle: Fix implicit conversion to Euler Angles/Quaternion

This commit is contained in:
Jérôme Leclercq
2018-09-06 13:24:29 +02:00
parent 8bcb8756f9
commit 46008531e0
6 changed files with 63 additions and 31 deletions

View File

@@ -53,9 +53,6 @@ namespace Nz
Angle<AngleUnit::Radian, T> ToRadians() const;
String ToString() const;
operator EulerAngles<T>() const;
operator Quaternion<T>() const;
Angle& operator=(const Angle&) = default;
Angle operator+(const Angle& other) const;