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

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

Parameters

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

Reference

Vector2D Class
Vector2D Members
Overload List