Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Geometry Namespace / PlaneEquation Class / ValueAt Method / ValueAt(Double,Double,Double) Method
The x coordinate
The y coordinate
The z coordinate

In This Topic
    ValueAt(Double,Double,Double) Method
    In This Topic
    Evaluate the plane at a point.
    Syntax
    'Declaration
     
    Public Overloads Function ValueAt( _
       ByVal x As Double, _
       ByVal y As Double, _
       ByVal z As Double _
    ) As Double
    public double ValueAt( 
       double x,
       double y,
       double z
    )

    Parameters

    x
    The x coordinate
    y
    The y coordinate
    z
    The z coordinate

    Return Value

    X*x + Y*y + Z*z + D
    See Also