Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Geometry Namespace / Utility Class / IsPointInsideOrCrossing Method
The camera frustum
The point

In This Topic
    IsPointInsideOrCrossing Method
    In This Topic
    Tells if a point is inside the camera frustum.
    Syntax
    'Declaration
     
    Public Shared Function IsPointInsideOrCrossing( _
       ByVal frustum() As PlaneEquation, _
       ByVal point As Point3D _
    ) As Boolean
    public static bool IsPointInsideOrCrossing( 
       PlaneEquation[] frustum,
       Point3D point
    )

    Parameters

    frustum
    The camera frustum
    point
    The point

    Return Value

    True if the point is inside the camera frustum.
    See Also