DistanceSquared calculates the distance squared between two points.
|
Parameters |
Description |
|
T x2 | |
|
T y2 | |
|
T z2 | |
|
const Point3<T> & pt |
A point whose distance to the current point will be calculated. |
A value containing the distance squared between two points.