M_Rhino_Geometry_Vector3d_IsPerpendicularTo - mcneel/rhinocommon-api-docs GitHub Wiki

Vector3d.IsPerpendicularTo Method (Vector3d)

Test to see whether this vector is perpendicular to within one degree of another one.

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

Syntax

C#

public bool IsPerpendicularTo(
	Vector3d other
)

VB

Public Function IsPerpendicularTo ( 
	other As Vector3d
) As Boolean

Parameters

 

other
Type: Rhino.Geometry.Vector3d
Vector to compare to.

Return Value

Type: Boolean
true if both vectors are perpendicular, false if otherwise.

Version Information

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

Vector3d Structure
IsPerpendicularTo Overload
Rhino.Geometry Namespace

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