Q3RotateAboutPointTransform_SetData
You can use the Q3RotateAboutPointTransform_SetData function to set new private data for a rotate-about-point transform.
TQ3Status Q3RotateAboutPointTransform_SetData (
TQ3TransformObject transform,
const TQ3RotateAboutPointTransformData *data);
transform
- A transform.
data
- A pointer to a rotate-about-point data structure.
DESCRIPTION
The Q3RotateAboutPointTransform_SetData function sets the rotate-about-point transform specified by the transform parameter to the data passed in the data parameter. You should use Q3RotateAboutPointTransform_SetData only with transforms of type kQ3TransformTypeRotateAboutPoint.