Vector2D.Dot (Vector2D, Point2D) Method

Dot product between a 2D vector and a 2D point.
Public Shared Function Dot( _ 
ByVal v As Vector2D, _ 
ByVal p As Point2D
) As Double
This language is not supported or no code example is available.
public static double Dot( 
Vector2D v
Point2D p 
)
This language is not supported or no code example is available.

Parameters

v
Vector2D

p
Point2D

Return Value

double

.NET Framework

Supported in: 4.8

In this article

Definition