FrustumParams(PlaneEquation(), Environment) Constructor

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

Parameters

frustum
PlaneEquation[]

The six frustum planes

environment
Environment

The environment control

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition