Plane.Project (Vector3D) Method

Gets point on plane that is closest to a given vector.
Public Function Project( _ 
ByVal P As Vector3D
) As Vector2D
This language is not supported or no code example is available.
public Vector2D Project( 
Vector3D P 
)
This language is not supported or no code example is available.

Parameters

P
Vector3D

The 3D vector

Return Value

Vector2D

The closest 2D vector on the plane.

.NET Framework

Supported in: 4.8

In this article

Definition