class OscillationController
Defined in:
The C4Kinematic.h
OscillationController
class manages a node that oscillates continuously.
Definition
class OscillationController final : public KinematicController
Constructor
OscillationController();
Description
The OscillationController
class can be assigned to a node in order to make it continuously oscillate between two locations, a start position and a finish position.
Base Classes
KinematicController |
A OscillationController is a specific type of kinematic controller.
|
See Also
Wiki Articles