Click or drag to resize

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.Camera
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public CameraBase WithDistanceByChangingEyePosition(
	double distance
)

Parameters

distance  Double
The new distance between eye and target.

Return Value

CameraBase
A new camera with the distance between eye and target as provided in the argument distance.
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptiondistance has to be > 0
See Also