Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / Entity Class / InsideFrustumPoint Method

In This Topic
    InsideFrustumPoint Method
    In This Topic
    Syntax
    'Declaration
     
    Protected Friend Shared Function InsideFrustumPoint( _
       ByVal frustum() As PlaneEquation, _
       ByVal transform As Transformation, _
       ByVal points As IList(Of Point3D), _
       ByVal count As Integer _
    ) As Boolean
    protected internal static bool InsideFrustumPoint( 
       PlaneEquation[] frustum,
       Transformation transform,
       IList<Point3D> points,
       int count
    )

    Parameters

    frustum
    transform
    points
    count
    See Also