Graph3DControllerCameraRotateAroundVerticalAxisByMouseWheel Method |
Rotates the camera around the vertical axis in response to mouse-wheel input.
Namespace: Altaxo.Gui.Graph.Graph3D.ViewingAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxprotected void CameraRotateAroundVerticalAxisByMouseWheel(
double relX,
double relY,
double aspectRatio,
int delta
)
Parameters
- relX Double
- The relative horizontal mouse position.
- relY Double
- The relative vertical mouse position.
- aspectRatio Double
- The current viewport aspect ratio.
- delta Int32
- The mouse-wheel delta.
See Also