Math/Plane: Rename Distance method to SignedDistance
This commit is contained in:
@@ -30,11 +30,10 @@ namespace Nz
|
||||
|
||||
constexpr bool ApproxEqual(const Plane& plane, T maxDifference = std::numeric_limits<T>::epsilon()) const;
|
||||
|
||||
constexpr T Distance(T x, T y, T z) const;
|
||||
constexpr T Distance(const Vector3<T>& point) const;
|
||||
|
||||
Plane& Normalize(T* length = nullptr);
|
||||
|
||||
constexpr T SignedDistance(const Vector3<T>& point) const;
|
||||
|
||||
std::string ToString() const;
|
||||
|
||||
constexpr Plane& operator=(const Plane& other) = default;
|
||||
|
||||
Reference in New Issue
Block a user