Vector2D.AreCoincident (Vector2D, Vector2D) Method

Returns true if the angle between the two 2D vectors is zero.
Public Shared Function AreCoincident( _ 
ByVal u As Vector2D, _ 
ByVal v As Vector2D
) As Boolean
This language is not supported or no code example is available.
public static bool AreCoincident( 
Vector2D u
Vector2D v 
)
This language is not supported or no code example is available.

Parameters

u
Vector2D

First 2D vector (unit length)

v
Vector2D

Second 2D vector (unit length)

Return Value

bool

.NET Framework

Supported in: 4.8

In this article

Definition