Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / Entity Class / IsInFrustum Method / IsInFrustum(FrustumParams) Method
The parameters data

In This Topic
    IsInFrustum(FrustumParams) Method
    In This Topic
    Tells if the entity is inside the frustum planes.
    Syntax
    'Declaration
     
    Public Overloads Function IsInFrustum( _
       ByVal data As FrustumParams _
    ) As Boolean
    public bool IsInFrustum( 
       FrustumParams data
    )

    Parameters

    data
    The parameters data

    Return Value

    True if the entity is inside the frustum
    Remarks
    The frustum planes can be obtained with devDept.Eyeshot.Viewport.GetCameraFrustum
    See Also