Plane(Double()) Constructor

From equation constructor. Equation form: ax + by + cz + d = 0.
Public Sub New( _ 
ByVal e As Double() _ 
)
This language is not supported or no code example is available.
public Plane( 
double[] e 
)
This language is not supported or no code example is available.

Parameters

e
double[]

Equation of plane

.NET Framework

Supported in: 4.8

In this article

Definition