OrthographicCamera(VectorD3D, PointD3D, PointD3D, Double, Double, Double) Constructor |
Namespace: Altaxo.Graph.Graph3D.CameraAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic OrthographicCamera(
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