M_Rhino_Geometry_Vector3d_IsPerpendicularTo_1 - mcneel/rhinocommon-api-docs GitHub Wiki

Vector3d.IsPerpendicularTo Method (Vector3d, Double)

Determines whether this vector is perpendicular to another vector, within a provided angle tolerance.

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

Syntax

C#

public bool IsPerpendicularTo(
	Vector3d other,
	double angleTolerance
)

VB

Public Function IsPerpendicularTo ( 
	other As Vector3d,
	angleTolerance As Double
) As Boolean

Parameters

 

other
Type: Rhino.Geometry.Vector3d
Vector to use for comparison.
angleTolerance
Type: System.Double
Angle tolerance (in radians).

Return Value

Type: Boolean
true if vectors form Pi-radians (90-degree) angles with each other; otherwise false.

Version Information

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

Vector3d Structure
IsPerpendicularTo Overload
Rhino.Geometry Namespace

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