Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Geometry Namespace / PlaneEquation Class / PlaneEquation Constructor / PlaneEquation Constructor(Double,Double,Double,Double)
First coefficient
Second coefficient
Third coefficient
Fourth coefficient

In This Topic
    PlaneEquation Constructor(Double,Double,Double,Double)
    In This Topic
    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