Graph3DControllerCameraMoveRelative(Double, Double) Method |
Moves the camera horizontally and vertically.
Namespace: Altaxo.Gui.Graph.Graph3D.ViewingAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public void CameraMoveRelative(
double stepX,
double stepY
)
Parameters
- stepX Double
- The movement in horizontal direction. A value of 1 means movement corresponding to the full width of the scene.
- stepY Double
- The movement in horizontal direction. A value of 1 means movement corresponding to the full height of the scene.
See Also