maxRotationSpeedInDegreesPerSecond property

double maxRotationSpeedInDegreesPerSecond

The maximum rotation speed. Maximum bearing rotation speed in degrees per second, limiting how fast the camera turns. Defaults to 20 degrees per second. Gets the maximum rotation speed.

Implementation

double get maxRotationSpeedInDegreesPerSecond;
void maxRotationSpeedInDegreesPerSecond=(double value)

The maximum rotation speed. Maximum bearing rotation speed in degrees per second, limiting how fast the camera turns. Defaults to 20 degrees per second. Sets the maximum rotation speed.

Implementation

set maxRotationSpeedInDegreesPerSecond(double value);