CameraBaseWithUpEye Method |
Creates a new camera with provided upVector and eyePosition.
Namespace: Altaxo.Graph.Graph3D.CameraAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public CameraBase WithUpEye(
VectorD3D upVector,
PointD3D eyePosition
)
Parameters
- upVector VectorD3D
- Up vector.
- eyePosition PointD3D
- The eye position.
Return Value
CameraBaseNew camera with the provided parameters.
See Also