Plane(Point3D, Vector3D, Vector3D) Constructor

3D point, and two vectors constructor.
Public Sub New( _ 
ByVal P As Point3D, _ 
ByVal X As Vector3D, _ 
ByVal Y As Vector3D
)
This language is not supported or no code example is available.
public Plane( 
Point3D P
Vector3D X
Vector3D Y 
)
This language is not supported or no code example is available.

Parameters

P
Point3D

Point on the plane

X
Vector3D

Non-zero vector in plane

Y
Vector3D

Another vector in the plane not parallel to X

.NET Framework

Supported in: 4.8

In this article

Definition