Description:
Returns the distance or norm of the difference between two quaternions.
Syntax:
Parameters:
- p
- Type: Quaternion
- A quaternion.
- q
- Type: Quaternion
- Another quaternion.
Returns:
Type: double
(p - q).Length()
Available since:
5.0
Returns the distance or norm of the difference between two quaternions.