Q3Point2D_ToPolar
You can use theQ3Point2D_ToPolarfunction to convert a two-dimensional point from Cartesian form to polar form.
TQ3PolarPoint *Q3Point2D_ToPolar ( const TQ3Point2D *point2D, TQ3PolarPoint *result);
point2D- A two-dimensional point.
result- On exit, a polar point.
DESCRIPTION
TheQ3Point2D_ToPolarfunction returns, as its function result and in theresultparameter, a polar point that is the same point as the two-dimensional point specified by thepoint2Dparameter.
Main | Top of Section | What's New | Apple Computer, Inc. | Find It | Feedback | Help