Eyeshot 10 WinForms API Reference
PerpendicularTo Method

WinForms Assembly > devDept.Geometry Namespace > Vector3D Class : PerpendicularTo Method
The test 3D vector
Sets this vector to be perpendicular to another vector. The result is not normalized.
Syntax
'Declaration
 
Public Function PerpendicularTo( _
   ByVal v As Vector3D _
) As Boolean
public bool PerpendicularTo( 
   Vector3D v
)

Parameters

v
The test 3D vector

Return Value

False if input vector is zero, true otherwise.
See Also

Reference

Vector3D Class
Vector3D Members