M_Rhino_Geometry_Vector3d_PerpendicularTo - mcneel/rhinocommon-api-docs GitHub Wiki

Vector3d.PerpendicularTo Method

Sets this vector to be perpendicular to another vector. Result is not unitized.

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

Syntax

C#

public bool PerpendicularTo(
	Vector3d other
)

VB

Public Function PerpendicularTo ( 
	other As Vector3d
) As Boolean

Parameters

 

other
Type: Rhino.Geometry.Vector3d
Vector to use as guide.

Return Value

Type: Boolean
true on success, false if input vector is zero or invalid.

Version Information

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

Vector3d Structure
Rhino.Geometry Namespace

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