Math: Remove NAZARA_MATH_ANGLE_RADIAN and functions using it
This commit is contained in:
@@ -9,6 +9,7 @@
|
||||
|
||||
#include <Nazara/Prerequisites.hpp>
|
||||
#include <Nazara/Core/TypeTag.hpp>
|
||||
#include <Nazara/Math/Angle.hpp>
|
||||
#include <functional>
|
||||
#include <string>
|
||||
|
||||
@@ -34,7 +35,7 @@ namespace Nz
|
||||
~Vector3() = default;
|
||||
|
||||
T AbsDotProduct(const Vector3& vec) const;
|
||||
T AngleBetween(const Vector3& vec) const;
|
||||
RadianAngle<T> AngleBetween(const Vector3& vec) const;
|
||||
|
||||
Vector3 CrossProduct(const Vector3& vec) const;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user