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