Graph3DControllerCameraRotateDegrees(CameraBase, Double, Double) Method |
Rotates the camera.
Namespace: Altaxo.Gui.Graph.Graph3D.ViewingAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic static CameraBase CameraRotateDegrees(
CameraBase cam,
double stepX,
double stepY
)
Parameters
- cam CameraBase
- The initial camera, that is, the camera before the rotation.
- 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