[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-06-26 UTC."],[],["The `RotationController` class manages the rotation of a `BaseTransformableNode` using `TwistGestureRecognizer`. It's constructed with these two components. Core actions include determining if a transformation can start via `canStartTransformation`, continuing a rotation with `onContinueTransformation`, and finalizing it with `onEndTransformation`. It also provides `getRotationRateDegrees` and `setRotationRateDegrees` methods to manage the rotation speed. In addition it implements various interface methods such as onGestureStarted, onFinished, and onUpdated.\n"]]