Entity.InsideOrCrossingFrustumInternal Method

Protected Friend Shared Function InsideOrCrossingFrustumInternal( _ 
ByVal frustum As PlaneEquation(), _ 
ByVal transform As Transformation, _ 
ByVal points As IList(Of Point3D), _ 
ByVal count As Integer, _ 
ByVal increment As Integer
) As Boolean
This language is not supported or no code example is available.
internal protected static bool InsideOrCrossingFrustumInternal( 
PlaneEquation[] frustum
Transformation transform
IList<Point3D> points
int count
int increment 
)
This language is not supported or no code example is available.

Parameters

frustum
PlaneEquation[]

transform
Transformation

points
IList<Point3D>

count
int

increment
int

Return Value

bool

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition