Click or drag to resize
AB4D logo

BaseCameraRotateCamera Method

Rotates the camera for the specified heading and attitude

Namespace: Ab3d.Cameras
Assembly: Ab3d.PowerToys (in Ab3d.PowerToys.dll) Version: 11.1.8864.1045
Syntax
C#
public abstract void RotateCamera(
	double headingChange,
	double attitudeChange
)

Parameters

headingChange  Double
heading change in degrees
attitudeChange  Double
attitude change in degrees
See Also