startRotate method

void startRotate(
  1. RotatePoint rotatePoint
)

Implementation

void startRotate(RotatePoint rotatePoint) {
  _activeRotatePoint = rotatePoint;
  _isRotating = true;
}