Click or drag to resize

Graph3DControllerModelRotateDegrees Method

Rotates the model around the center of the root layer.

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 ModelRotateDegrees(
	CameraBase cam,
	VectorD3D rootLayerSize,
	double stepX,
	double stepY
)

Parameters

cam  CameraBase
The camera before the rotation.
rootLayerSize  VectorD3D
The size of the root layer.
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