Graph3DControllerCameraMoveRelative(CameraBase, 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 static CameraBase CameraMoveRelative(
CameraBase camera,
double stepX,
double stepY
)
Parameters
- camera CameraBase
- The camera prior to the movement.
- 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.
Return Value
CameraBaseThe new camera after the movement.
See Also