Function
|
Description
|
void SetRotationX(float value)
|
Sets the Rotation X value. Valid values for value range from -180.00 to 180.00.
|
float GetRotationX()
|
Returns the currently set value for Rotation X.
|
void SetRotationY(float value)
|
Sets the Rotation Y value. Valid values for value range from -180.00 to 180.00.
|
float GetRotationY()
|
Returns the currently set value for Rotation Y.
|
void SetRotationZ(float value)
|
Sets the Rotation Z value. Valid values for value range from -180.00 to 180.00.
|
float GetRotationZ()
|
Returns the currently set value for Rotation Z.
|
void SetRotation(float x, float y, float z)
|
Sets the Rotation X, Y, Z values. Valid values for x, y, z range from -180.00 to 180.00.
|
void SetRotationOrigin(int mode)
|
Sets the Rotation Origin. Please use a constant as described below for mode.
|
int GetRotationOrigin()
|
Returns the currently set Rotation Origin.
|
void SetRotationAnimationX(int value)
|
Sets the Permanent Rotation Mode for Rotation X. Use 1 (TRUE) to activate it. Use 0 (FALSE) to deactivate it.
|
int GetRotationAnimationX()
|
Returns if the Permanent Rotation Mode for Rotation X is activated or deactivated.
|
void ToggleRotationAnimationX()
|
Toggles the Permanent Rotation Mode for Rotation X.
|
void SetRotationAnimationY(int value)
|
Sets the Permanent Rotation Mode for Rotation Y. Use 1 (TRUE) to activate it. Use 0 (FALSE) to deactivate it.
|
int GetRotationAnimationY()
|
Toggles the Permanent Rotation Mode for Rotation Y.
|
void ToggleRotationAnimationY()
|
Returns if the Permanent Rotation Mode for Rotation Y is activated or deactivated.
|
void SetRotationAnimationZ(int value)
|
Sets the Permanent Rotation Mode for Rotation Z. Use 1 (TRUE) to activate it. Use 0 (FALSE) to deactivate it.
|
int GetRotationAnimationZ()
|
Toggles the Permanent Rotation Mode for Rotation Z.
|
void ToggleRotationAnimationZ()
|
Returns if the Permanent Rotation Mode for Rotation Z is activated or deactivated.
|
void SetRotationAnimation(int x, int y, int z)
|
Sets the Permanent Rotation Mode for Rotation X, Y, Z. Use 1 (TRUE) to activate it. Use 0 (FALSE) to deactivate it.
|