rotation property

double rotation

The viewpoint rotation angle in degrees between 0 and 360.

Implementation

double get rotation {
  return _withThrowingErrorHandler((errorHandler) {
    return runtimecore.RT_Viewpoint_getRotation(
      _handle,
      errorHandler,
    );
  });
}