PlaneEquation(Point3D, Vector3D) Constructor

3D point and 3D normal constructor.
Public Sub New( _ 
ByVal P As Point3D, _ 
ByVal N As Vector3D
)
This language is not supported or no code example is available.
public PlaneEquation( 
Point3D P
Vector3D N 
)
This language is not supported or no code example is available.

Parameters

P
Point3D

3D point on the plane

N
Vector3D

3D vector perpendicular to the plane

.NET Framework

Supported in: 4.8

In this article

Definition