Click or drag to resize

Projection Constructor (Cartesian, UnitQuaternion, Double, Double, Double, Double)

Initializes a new instance.

Namespace:  AGI.Foundation.Graphics.Advanced
Assembly:  AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public Projection(
	Cartesian position,
	UnitQuaternion orientation,
	double fieldOfViewHorizontal,
	double fieldOfViewVertical,
	double nearPlane,
	double farPlane
)

Parameters

position
Type: AGI.Foundation.CoordinatesCartesian
The Cartesian defining the position of the Projection.
orientation
Type: AGI.Foundation.CoordinatesUnitQuaternion
The UnitQuaternion defining the orientation of the Projection.
fieldOfViewHorizontal
Type: SystemDouble
The horizontal field of view associated with the Projection.
fieldOfViewVertical
Type: SystemDouble
The vertical field of view associated with the Projection.
nearPlane
Type: SystemDouble
The near plane associated with the Projection.
farPlane
Type: SystemDouble
The far plane associated with the Projection.
See Also