Q3PolarPoint_ToPoint2D
You can use theQ3PolarPoint_ToPoint2Dfunction to convert a polar point to Cartesian form.
TQ3Point2D *Q3PolarPoint_ToPoint2D ( const TQ3PolarPoint *polarPoint, TQ3Point2D *result);
polarPoint- A polar point.
result- On exit, a two-dimensional point.
DESCRIPTION
TheQ3PolarPoint_ToPoint2Dfunction returns, as its function result and in theresultparameter, the two-dimensional point that is the same point as the polar point specified by thepolarPointparameter.