inline T DistanceSquared(T x2, T y2) const; inline T DistanceSquared(const Point<T> & pt) const; inline T DistanceSquared() const;
Parameters |
Description |
T x2 | |
T y2 | |
const Point<T> & pt |
A value containing the distance squared between two points.