UtilityEx.InsideOrCrossingFrustum Method

Checks whether the triangles are inside or crossing the frustum defined by the given planes.
Public Shared Function InsideOrCrossingFrustum( _ 
ByVal myParams As FrustumParams, _ 
ByVal vertices As IList(Of Point3D), _ 
ByVal triangles As IList(Of IndexTriangle) _ 
) As Boolean
This language is not supported or no code example is available.
public static bool InsideOrCrossingFrustum( 
FrustumParams myParams
IList<Point3D> vertices
IList<IndexTriangle> triangles 
)
This language is not supported or no code example is available.

Parameters

myParams
FrustumParams

The frustum parameters

vertices
IList<Point3D>

Vertices list

triangles
IList<IndexTriangle>

Triangles list

Return Value

bool

True if the triangles are inside or crossing the frustum.

.NET Framework

Supported in: 4.8

In this article

Definition