SIRotation.MulInPlace

説明

この回転に回転r を右から掛けます(this = this . r)

C#構文

SIRotation.MulInPlace( SIRotation in_pRot );

スクリプト構文

SIRotation.MulInPlace( r );

パラメータ

パラメータ タイプ 説明
r SIRotation 回転オペランド

VBScript の例

dim r1, r2

' Create rotations.

set r1 = XSIMath.CreateRotation

set r2 = XSIMath.CreateRotation

'Do something with rotations r1 and r2

r1.MulInPlace r2

関連項目

SIRotation.Mul SIVector3 SIMatrix3 SIMatrix4 SIRotation SITransformation SIQuaternion