7 Data Structures
Q3RotateTransform_NewData
function). The rotate transform data structure is defined by the TQ3RotateTransformData
data type.
typedef struct TQ3RotateTransformData { TQ3Axis axis; float radians; } TQ3RotateTransformData;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.
Let us know what you think of these prototype pages.
Generated with Harlequin WebMaker