![]() |
cmdfx 0.3.2
Lightweight game engine for your terminal
|
C++ Extensions for velocity and acceleration functions. More...
#include "cmdfx/physics/motion.h"#include "cmdfx/core/sprites.hpp"#include <memory>#include <vector>Go to the source code of this file.
Classes | |
| class | CmdFX::SpriteMotion |
| A C++ wrapper around a CmdFX_Sprite struct for motion-related functions. More... | |
Namespaces | |
| namespace | CmdFX |
| Primary namespace for CmdFX. | |
| namespace | CmdFX::Engine |
| A C++ wrapper around the CmdFX Physics Engine. | |
Functions | |
| bool | CmdFX::Engine::isMotionDebugEnabled () |
| Checks if motion debugging is enabled. | |
| void | CmdFX::Engine::enableMotionDebug () |
| Enables motion debugging. | |
| void | CmdFX::Engine::disableMotionDebug () |
| Disables motion debugging. | |
C++ Extensions for velocity and acceleration functions.