この回転を、axis パラメータおよび angle パラメータに従って設定します。
SIRotation.SetFromAxisAngle( axis, angle ); |
dim r1, axis ' Create rotation. set r1 = XSIMath.CreateRotation ' Create 3D vector. set axis = XSIMath.CreateVector3(1.0, 0.0, 0.0) r1.SetFromAxisAngle axis, 1.5 |