C4 Engine
C4 Engine API Documentation

class RotationController

Defined in:  C4Kinematic.h
The 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

SpinController

MovementController

OscillationController

Wiki Articles

Rotation Controller