![]() |
cmdfx 0.2.1
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 <vector>
#include <memory>
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.