Click or drag to resize

Graph3DControllerCameraRotateDegrees(CameraBase, Double, Double) Method

Rotates the camera.

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

Parameters

cam  CameraBase
The initial camera, that is, the camera before the rotation.
stepX  Double
The rotation around the vertical axis in degrees.
stepY  Double
The rotation around the horizontal axis in degrees.

Return Value

CameraBase
The rotated camera.
See Also