CameraBaseWithUpEyeTarget Method |
Creates a new camera with the provided up vector, eye position, and target position.
Namespace: Altaxo.Graph.Graph3D.CameraAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic CameraBase WithUpEyeTarget(
VectorD3D upVector,
PointD3D eyePosition,
PointD3D targetPosition
)
Parameters
- upVector VectorD3D
- Up vector.
- eyePosition PointD3D
- The eye position.
- targetPosition PointD3D
- The target position.
Return Value
CameraBaseNew camera with the provided parameters.
See Also