Antkeeper
0.0.1
|
Abstract base class for rigid body constraints. More...
#include <constraint.hpp>
Public Member Functions | |
virtual void | solve (float dt)=0 |
Solves the constraint. More... | |
Abstract base class for rigid body constraints.
Definition at line 28 of file constraint.hpp.
|
pure virtual |
Solves the constraint.
dt | Timestep, in seconds. |
Implemented in physics::spring_constraint.