Plane(Vector3D) Constructor

Normal vector constructor.
Public Sub New( _ 
ByVal N As Vector3D
)
This language is not supported or no code example is available.
public Plane( 
Vector3D N 
)
This language is not supported or no code example is available.

Parameters

N
Vector3D

Non-zero normal to the plane

.NET Framework

Supported in: 4.8

In this article

Definition