C4 Engine
C4 Engine API Documentation

class KinematicController

Defined in:  C4Kinematic.h
The KinematicController class is the base class for kinematic controllers.
Definition

class KinematicController : public Controller

Constructor

KinematicController(ControllerType type);

Parameters
type The controller type.
Description
The KinematicController class is the base class for kinematic controllers that move an object in some exact manner without regard for external forces.
Base Classes
Controller A KinematicController is a specific type of controller.
See Also

MovementController

OscillationController

RotationController

SpinController