この回転に回転r を右から掛けます(this = this . r)
SIRotation.MulInPlace( r ); |
パラメータ | タイプ | 詳細 |
---|---|---|
r | SIRotation | 回転オペランド |
dim r1, r2 ' Create rotations. set r1 = XSIMath.CreateRotation set r2 = XSIMath.CreateRotation 'Do something with rotations r1 and r2 r1.MulInPlace r2 |