Click or drag to resize
AB4D logo

CameraControlPanelRotateCamera Method

RotateCamera method rotates the camera for the mouse change defined by headingChange and attitudeChange parameters.

Namespace: Ab3d.Controls
Assembly: Ab3d.PowerToys (in Ab3d.PowerToys.dll) Version: 11.0.8746.1045
Syntax
C#
public virtual void RotateCamera(
	double headingChange,
	double attitudeChange
)

Parameters

headingChange  Double
heading change
attitudeChange  Double
attitude change
See Also