Extracts the quaternion values from this rotation inside the quaternion q.
SIRotation.GetQuaternion( SIQuaternion io_pQuat ); |
SIRotation.GetQuaternion( q ); |
Parameter | Type | Description |
---|---|---|
q | SIQuaternion | Quaternion operand |
dim r1, q1 ' Create rotation. set r1 = XSIMath.CreateRotation ' Create Quaternion. set q1 = XSIMath.CreateQuaternion 'Do something on the rotation r1.GetQuaternion q1 |