Initializes a new instance of the
CameraBase class.
Namespace: Altaxo.Graph.Graph3D.CameraAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxprotected CameraBase(
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 width of the view field at the near plane.
See Also