endRotate method

void endRotate()

Implementation

void endRotate() {
  _activeRotatePoint = null;
  _isRotating = false;
}