Vector3D.Dot (Vector3D, Point3D) Method

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

Parameters

v
Vector3D

p
Point3D

Return Value

double

.NET Framework

Supported in: 4.8

In this article

Definition