FrustumParams(PlaneEquation(), Boolean, Environment) Constructor

Constructor with frustum planes and quick option.
Public Sub New( _ 
ByVal frustum As PlaneEquation(), _ 
ByVal quick As Boolean, _ 
ByVal environment As Environment
)
This language is not supported or no code example is available.
public FrustumParams( 
PlaneEquation[] frustum
bool quick
Environment environment 
)
This language is not supported or no code example is available.

Parameters

frustum
PlaneEquation[]

The six frustum planes

quick
bool

When true a quick test is done, otherwise a more accurate one is performed.

environment
Environment

The environment control

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition