M_Rhino_Geometry_Quaternion_DistanceTo - mcneel/rhinocommon-api-docs GitHub Wiki

Quaternion.DistanceTo Method

Computes the distance or norm of the difference between this and another quaternion.

Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0

Syntax

C#

public double DistanceTo(
	Quaternion q
)

VB

Public Function DistanceTo ( 
	q As Quaternion
) As Double

Parameters

 

q
Type: Rhino.Geometry.Quaternion
Another quaternion.

Return Value

Type: Double
(this - q).Length.

Version Information

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

Quaternion Structure
Rhino.Geometry Namespace

⚠️ **GitHub.com Fallback** ⚠️