Click or drag to resize

PerspectiveCamera(VectorD3D, PointD3D, PointD3D, Double, Double, Double) Constructor

Initializes a new instance of the PerspectiveCamera class.

Namespace: Altaxo.Graph.Graph3D.Camera
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public PerspectiveCamera(
	VectorD3D upVector,
	PointD3D eyePosition,
	PointD3D targetPosition,
	double zNear,
	double zFar,
	double widthAtZNear
)

Parameters

upVector  VectorD3D
The up vector.
eyePosition  PointD3D
The eye position.
targetPosition  PointD3D
The target position.
zNear  Double
The near clipping distance.
zFar  Double
The far clipping distance.
widthAtZNear  Double
The view width at the near plane.
See Also