Vector3D.Dot (Point3D, Vector3D) Method

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

Parameters

p
Point3D

v
Vector3D

Return Value

double

.NET Framework

Supported in: 4.8

In this article

Definition