class RotationController
Defined in:
The C4Kinematic.h
RotationController
class manages a node that rotates between two angles.
Definition
class RotationController final : public KinematicController
Constructor
RotationController();
Description
The RotationController
class can be assigned to a node in order to make it rotate between its initial position and a given rotation angle.
Base Classes
KinematicController |
A RotationController is a specific type of kinematic controller.
|
See Also
Wiki Articles