7 Data Structures
Q3RotateAboutPointTransform_NewData
function). The rotate-about-point transform data structure is defined by the TQ3RotateAboutPointTransformData
data type.
typedef struct TQ3RotateAboutPointTransformData { TQ3Axis axis; float radians; TQ3Point3D about; } TQ3RotateAboutPointTransformData;axis
The axis of rotation. You can use the constantskQ3AxisX
,kQ3AxisY
, andkQ3AxisZ
to specify an axis.radians
The number of radians to rotate around the axis of rotation.about
The point at which the rotation is to occur.
Let us know what you think of these prototype pages.
Generated with Harlequin WebMaker