20 Calculating Distances Between Points
Q3Point3D_DistanceSquared
function to determine the square of the distance between two three-dimensional points.
float Q3Point3D_DistanceSquared ( const TQ3Point3D *p1, const TQ3Point3D *p2);p1
A three-dimensional point.p2
A three-dimensional point.
Q3Point3D_DistanceSquared
function returns, as its function result, the square of the distance between points p1
and p2
.
Let us know what you think of these prototype pages.
Generated with Harlequin WebMaker