SIRotation.SetIdentity

Description

Sets this rotation to the identity rotation.

C# Syntax

SIRotation.SetIdentity();

Scripting Syntax

SIRotation.SetIdentity();

Examples

VBScript Example

dim r1

' Create rotation.

set r1 = XSIMath.CreateRotation

r1.SetIdentity

See Also

SIVector3 SIMatrix3 SIMatrix4 SIRotation SITransformation SIQuaternion