CameraBaseWithDistanceByChangingEyePosition Method |
Gets a new camera with the distance between eye and target as provided in the argument distance.
The new distance is set by changing the eye position of the camera.
Namespace: Altaxo.Graph.Graph3D.CameraAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public CameraBase WithDistanceByChangingEyePosition(
double distance
)
Parameters
- distance Double
- The new distance between eye and target.
Return Value
CameraBaseA new camera with the distance between eye and target as provided in the argument
distance.
Exceptions See Also