Vector2D.Dot (Point2D, Vector2D) Method

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

Parameters

p
Point2D

v
Vector2D

Return Value

double

.NET Framework

Supported in: 4.8

In this article

Definition