Eyeshot 10 WinForms API Reference
PlaneEquation Constructor(Double,Double,Double,Double)

WinForms Assembly > devDept.Geometry Namespace > PlaneEquation Class > PlaneEquation Constructor : PlaneEquation Constructor(Double,Double,Double,Double)
First coefficient
Second coefficient
Third coefficient
Fourth coefficient
Plane's coefficients constructor. Equation form: ax + by + cz + d = 0.
Syntax
'Declaration
 
Public Function New( _
   ByVal a As Double, _
   ByVal b As Double, _
   ByVal c As Double, _
   ByVal d As Double _
)
public PlaneEquation( 
   double a,
   double b,
   double c,
   double d
)

Parameters

a
First coefficient
b
Second coefficient
c
Third coefficient
d
Fourth coefficient
See Also

Reference

PlaneEquation Class
PlaneEquation Members
Overload List