Camera.IsInFrustum Method

Checks whether a point is inside the given frustum planes.
Public Shared Function IsInFrustum( _ 
ByVal point As Point3D, _ 
ByVal frustum As PlaneEquation() _ 
) As Boolean
This language is not supported or no code example is available.
public static bool IsInFrustum( 
Point3D point
PlaneEquation[] frustum 
)
This language is not supported or no code example is available.

Parameters

point
Point3D

The point

frustum
PlaneEquation[]

The frustum planes

Return Value

bool

True if the point is inside the frustum planes.

.NET Framework

Supported in: 4.8

In this article

Definition