Click or drag to resize

Graph3DControllerCameraMoveRelative(CameraBase, Double, Double) Method

Moves the camera horizontally and vertically.

Namespace: Altaxo.Gui.Graph.Graph3D.Viewing
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static CameraBase CameraMoveRelative(
	CameraBase camera,
	double stepX,
	double stepY
)

Parameters

camera  CameraBase
The camera prior to the movement.
stepX  Double
The movement in horizontal direction. A value of 1 means movement corresponding to the full width of the scene.
stepY  Double
The movement in horizontal direction. A value of 1 means movement corresponding to the full height of the scene.

Return Value

CameraBase
The new camera after the movement.
See Also