M_Rhino_Geometry_Vector3d_IsPerpendicularTo_1 - mcneel/rhinocommon-api-docs GitHub Wiki
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
C#
public bool IsPerpendicularTo(
Vector3d other,
double angleTolerance
)
VB
Public Function IsPerpendicularTo (
other As Vector3d,
angleTolerance As Double
) As Boolean
- other
- Type: Rhino.Geometry.Vector3d
Vector to use for comparison. - angleTolerance
- Type: System.Double
Angle tolerance (in radians).
Type: Boolean
true if vectors form Pi-radians (90-degree) angles with each other; otherwise false.
Supported in: 6.0.16224.21491, 5D58w
Vector3d Structure
IsPerpendicularTo Overload
Rhino.Geometry Namespace