Eyeshot 10 WinForms API Reference
IsInFrustum(FrustumParams) Method

WinForms Assembly > devDept.Eyeshot.Entities Namespace > Entity Class > IsInFrustum Method : IsInFrustum(FrustumParams) Method
The parameters data
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

Reference

Entity Class
Entity Members
Overload List