Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot Namespace / Camera Class / IsInFrustum Method
The point
The frustum planes

In This Topic
    IsInFrustum Method (Camera)
    In This Topic
    Checks whether a point is inside the given frustum planes.
    Syntax
    'Declaration
     
    Public Shared Function IsInFrustum( _
       ByVal point As Point3D, _
       ByVal frustum() As PlaneEquation _
    ) As Boolean
    public static bool IsInFrustum( 
       Point3D point,
       PlaneEquation[] frustum
    )

    Parameters

    point
    The point
    frustum
    The frustum planes

    Return Value

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