Eyeshot 10 WinForms API Reference
AreOrthogonal(Vector3D,Vector3D) Method

WinForms Assembly > devDept.Geometry Namespace > Vector3D Class > AreOrthogonal Method : AreOrthogonal(Vector3D,Vector3D) Method
First 3D vector (unit length)
Second 3D vector (unit length)
Returns true if the angle between the two 3D vectors is PI/2.
Syntax
'Declaration
 
Public Overloads Shared Function AreOrthogonal( _
   ByVal u As Vector3D, _
   ByVal v As Vector3D _
) As Boolean
public static bool AreOrthogonal( 
   Vector3D u,
   Vector3D v
)

Parameters

u
First 3D vector (unit length)
v
Second 3D vector (unit length)
See Also

Reference

Vector3D Class
Vector3D Members
Overload List