Math/Sphere: Remove SquaredDistance method
This commit is contained in:
@@ -58,9 +58,6 @@ namespace Nz
|
||||
Sphere& Set(const T sphere[4]);
|
||||
template<typename U> Sphere& Set(const Sphere<U>& sphere);
|
||||
|
||||
T SquaredDistance(T X, T Y, T Z) const;
|
||||
T SquaredDistance(const Vector3<T>& point) const;
|
||||
|
||||
String ToString() const;
|
||||
|
||||
T& operator[](unsigned int i);
|
||||
|
||||
Reference in New Issue
Block a user