Vector2D.PerpDotProduct Method

Perpendicular dot product.
Public Shared Function PerpDotProduct( _ 
ByVal u As Vector2D, _ 
ByVal v As Vector2D
) As Double
This language is not supported or no code example is available.
public static double PerpDotProduct( 
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

double

The perpendicular dot product value.

.NET Framework

Supported in: 4.8

In this article

Definition