Graph3DControllerModelRotateDegrees Method |
Rotates the model around the center of the root layer.
Namespace: Altaxo.Gui.Graph.Graph3D.ViewingAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic 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
CameraBaseThe rotated camera.
See Also