Computes the length of this quaternion.
Double SIQuaternion.Length(); |
oFloat = SIQuaternion.Length(); |
Floating point value (length of this quaternion).
dim q1 ' Create Quaternion. set q1 = XSIMath.CreateQuaternion(1.0, 1.0, 2.0, 3.0) LengthOfQ1 = q1.Length |