Q3RotateAboutPointTransform_SetAboutPoint
You can use theQ3RotateAboutPointTransform_SetAboutPointfunction to set the point of rotation of a rotate-about-point transform.
TQ3Status Q3RotateAboutPointTransform_SetAboutPoint ( TQ3TransformObject transform, const TQ3Point3D *about);
transform- A rotate-about-point transform.
about- The desired point of rotation of the specified rotate-about-point transform.
DESCRIPTION
TheQ3RotateAboutPointTransform_SetAboutPointfunction sets the point of rotation for the rotate-about-point transform specified by thetransformparameter to the value passed in theaboutparameter.