Graph3DControllerCameraRotateDegrees(Double, Double) Method |
Rotates the camera.
Namespace: Altaxo.Gui.Graph.Graph3D.ViewingAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax 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