Rotate(double, CameraAxisType)

Rotates the camera about an axis.

Declaration Syntax

public void Rotate(double angle, CameraAxisType axis)

Parameters

angle(double)

The amount of rotation (positive = Clockwise : negative = Counter-Clockwise).

axis(CameraAxisType)

The axis of rotation (ScreenX, ScreenY, ScreenZ, GlobalX, GlobalY, GlobalZ).