Q3RationalPoint3D_DistanceSquared
You can use theQ3RationalPoint3D_DistanceSquaredfunction to determine the square of the distance between two rational three-dimensional points.
float Q3RationalPoint3D_DistanceSquared ( const TQ3RationalPoint3D *p1, const TQ3RationalPoint3D *p2);
p1- A rational three-dimensional point.
p2- A rational three-dimensional point.
DESCRIPTION
TheQ3RationalPoint3D_DistanceSquaredfunction returns, as its function result, the square of the distance between pointsp1andp2. The distance returned is a two-dimensional distance.
Main | Top of Section | What's New | Apple Computer, Inc. | Find It | Feedback | Help