SITransformation.SetIdentity

Description

Resets this transformation to the identity transformation.

C# Syntax

SITransformation.SetIdentity();

Scripting Syntax

SITransformation.SetIdentity();

Examples

VBScript Example

dim t1

' Create transformation.

set t1 = XSIMath.CreateTransform

'Do something on t1

't1 = id

t1.SetIdentity

See Also

SIVector3 SIMatrix3 SIMatrix4 SIRotation SITransformation SIQuaternion