Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Geometry Namespace / PlaneEquation Class / ValueAt Method / ValueAt(Point3D) Method
The point

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

    Parameters

    P
    The point

    Return Value

    x*P.x + y*P.y + z*P.z + d
    See Also