Utility.IsInFrustum (PlaneEquation(), Point3D, Point3D) Method

Tells if a hypothetical sphere with the specified center and radius is inside the given frustum planes.
Public Shared Function IsInFrustum( _ 
ByVal frustum As PlaneEquation(), _ 
ByVal min As Point3D, _ 
ByVal max As Point3D
) As Boolean
This language is not supported or no code example is available.
public static bool IsInFrustum( 
PlaneEquation[] frustum
Point3D min
Point3D max 
)
This language is not supported or no code example is available.

Parameters

frustum
PlaneEquation[]

Frustum planes

min
Point3D

Min bounding box 3D point

max
Point3D

Max bounding box 3D point

Return Value

bool

True if the hypothetical sphere is inside the planes.

.NET Framework

Supported in: 4.8

In this article

Definition