Description:

Returns the distance or norm of the difference between two quaternions.

Syntax:
public static double Distance(
Quaternion p,
Quaternion q
)
Parameters:
Returns:
Type: double
(p - q).Length()
Available since:
5.0

Distance method

Class:  Rhino.Geometry.Quaternion

Nothing found