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.3179.0 (4.8.3179.0)
Syntax
C#
public static CameraBase CameraRotateDegrees(
	CameraBase cam,
	double stepX,
	double stepY
)

Parameters

cam  CameraBase
Initial camera, i.e. camera prior to 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

[Missing <returns> documentation for "M:Altaxo.Gui.Graph.Graph3D.Viewing.Graph3DController.CameraRotateDegrees(Altaxo.Graph.Graph3D.Camera.CameraBase,System.Double,System.Double)"]

See Also