Q3RotateAboutPointTransform_SetAngle
You can use theQ3RotateAboutPointTransform_SetAnglefunction to set the angle of a rotate-about-point transform.
TQ3Status Q3RotateAboutPointTransform_SetAngle ( TQ3TransformObject transform, float radians);
transform- A rotate-about-point transform.
radians- The desired angle, in radians, of the specified rotate-about-point transform.
DESCRIPTION
TheQ3RotateAboutPointTransform_SetAnglefunction sets the angle of rotation for the rotate-about-point transform specified by thetransformparameter to the value passed in theradiansparameter.