SIMatrix3.SetIdentity

説明

この行列を恒等行列にリセットします(this = id)。

C#構文

SIMatrix3.SetIdentity();

スクリプト構文

SIMatrix3.SetIdentity();

VBScript の例

dim m1

' Create 3x3 matrix.

set m1 = XSIMath.CreateMatrix3(2.0, 3.0, 0.0, 1.0, 4.0, 0.0, 0.0, 0.0, 1.0)

m1.SetIdentity

関連項目

SIMatrix3.Set SIVector3 SIMatrix3 SIMatrix4 SIRotation SITransformation SIQuaternion