Click or drag to resize

Frustum Constructor

Initializes a new instance of the Frustum class

Namespace: NeoAxis
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public Frustum(
	bool readOnlyFrustumProperties,
	ProjectionType projection,
	Vector3 origin,
	Quaternion rotation,
	double near,
	double far,
	double halfWidth,
	double halfHeight
)

Parameters

readOnlyFrustumProperties  Boolean
 
projection  ProjectionType
 
origin  Vector3
 
rotation  Quaternion
 
near  Double
 
far  Double
 
halfWidth  Double
 
halfHeight  Double
 
See Also