IN_StepRotate

image\bltlrgsq_shg.gif Editions  image\bltlrgsq_shg.gif Related Functions  image\bltlrgsq_shg.gif 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)
IN_Y_AXIS (4)
IN_Z_AXIS (8)

X-axis rotation
Y-axis rotation
Z-axis rotation

int direction

IN_ROT3D_CW (0)
IN_ROT3D_CCW (1)

clockwise rotation
counter-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

3D Documents

Rotating 3D images