Math: Remove Algorithm file and move string functions to StringExt
This commit is contained in:
@@ -7,7 +7,6 @@
|
||||
#ifndef NAZARA_MATH_ANGLE_HPP
|
||||
#define NAZARA_MATH_ANGLE_HPP
|
||||
|
||||
#include <Nazara/Math/Algorithm.hpp>
|
||||
#include <Nazara/Math/Enums.hpp>
|
||||
#include <NazaraUtils/TypeTag.hpp>
|
||||
#include <ostream>
|
||||
@@ -81,6 +80,7 @@ namespace Nz
|
||||
|
||||
static constexpr bool ApproxEqual(const Angle& lhs, const Angle& rhs);
|
||||
static constexpr bool ApproxEqual(const Angle& lhs, const Angle& rhs, T maxDifference);
|
||||
static constexpr Angle Clamp(Angle angle, Angle min, Angle max);
|
||||
template<AngleUnit FromUnit> static constexpr Angle From(T value);
|
||||
static constexpr Angle FromDegrees(T degrees);
|
||||
static constexpr Angle FromRadians(T radians);
|
||||
|
||||
Reference in New Issue
Block a user