Utility.IsPointInsideOrCrossing Method

Tells if a point is inside the camera frustum.
Public Shared Function IsPointInsideOrCrossing( _ 
ByVal frustum As PlaneEquation(), _ 
ByVal point As Point3D
) As Boolean
This language is not supported or no code example is available.
public static bool IsPointInsideOrCrossing( 
PlaneEquation[] frustum
Point3D point 
)
This language is not supported or no code example is available.

Parameters

frustum
PlaneEquation[]

The camera frustum

point
Point3D

The point

Return Value

bool

True if the point is inside the camera frustum.

.NET Framework

Supported in: 4.8

In this article

Definition