SITransformation.SetIdentity

説明

この変換を恒等変換にリセットします。

C#構文

SITransformation.SetIdentity();

スクリプト構文

SITransformation.SetIdentity();

VBScript の例

dim t1

' Create transformation.

set t1 = XSIMath.CreateTransform

'Do something on t1

't1 = id

t1.SetIdentity

関連項目

SIVector3 SIMatrix3 SIMatrix4 SIRotation SITransformation SIQuaternion