Editions
Related Functions
Example
The IN_StepRotate function rotates the 3D image either clockwise or counter-clockwise around the X, Y, or Z axis.
Syntax
int IN_StepRotate( docwinID, axis, direction )
|
Parameters |
Values |
Meaning |
|
IN_DOCWIN docwinID |
0 | docwinID |
active | specific (not yet supported) |
|
int axis |
IN_X_AXIS (2) |
X-axis rotation |
|
int direction |
IN_ROT3D_CW (0) |
clockwise rotation |
Remarks
Available for 3D documents only.
The amount that the 3D image is rotated is defined by the IN_SetStepRotateAngle function.
Release information
Added to Imagenation for Windows in Release 6.2.
Not yet available in Imagenation for UNIX.
See also