Click or drag to resize

Graph3DControllerCameraRotateDegrees(Double, Double) Method

Rotates the camera.

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

Parameters

stepX  Double
The rotation around the vertical axis in degrees.
stepY  Double
The rotation around the horizontal axis in degrees.
See Also