Click or drag to resize
AB4D logo

MouseCameraControllerRotateCamera Method

RotateCamera method rotates the camera for the mouse change defined by mouseDx and mouseDy parameters. The method can be overridden in a derived class to provide custom camera rotation implementation.

Namespace: Ab3d.Controls
Assembly: Ab3d.PowerToys (in Ab3d.PowerToys.dll) Version: 11.1.8864.1045
Syntax
C#
public virtual void RotateCamera(
	double mouseDx,
	double mouseDy
)

Parameters

mouseDx  Double
mouse change of the x coordinate
mouseDy  Double
mouse change of the y coordinate
See Also