M_Rhino_Geometry_Vector3d_IsPerpendicularTo - mcneel/rhinocommon-api-docs GitHub Wiki
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
C#
public bool IsPerpendicularTo(
Vector3d other
)
VB
Public Function IsPerpendicularTo (
other As Vector3d
) As Boolean
- other
- Type: Rhino.Geometry.Vector3d
Vector to compare to.
Type: Boolean
true if both vectors are perpendicular, false if otherwise.
Supported in: 6.0.16224.21491, 5D58w
Vector3d Structure
IsPerpendicularTo Overload
Rhino.Geometry Namespace