UtilityEx.InsideOrCrossingFrustumQuad Method

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

Parameters

myParams
FrustumParams

The frustum parameters

vertices
IList<Point3D>

Vertices list

Return Value

bool

True if the quad is inside or crossing the frustum.

.NET Framework

Supported in: 4.8

In this article

Definition