C4 Engine
C4 Engine API Documentation

class MovementController

Defined in:  C4Kinematic.h
The MovementController class manages a node that moves between two points.
Definition

class MovementController final : public KinematicController

Constructor

MovementController();

Description
The MovementController class can be assigned to a node in order to make it move along a line between two locations, a start position and a finish position.
Base Classes
KinematicController A MovementController is a specific type of kinematic controller.
See Also

OscillationController

RotationController

SpinController

Wiki Articles

Movement Controller