Antkeeper
0.0.1
|
Go to the source code of this file.
Classes | |
class | physics::numeric_spring< T, S > |
Numeric spring. More... | |
Namespaces | |
physics | |
Physics. | |
Functions | |
template<class T , class S > | |
constexpr void | physics::solve_spring (T &x, T &v, const T &xt, S z, S w, S dt) noexcept |
Solves a numeric spring using the implicit Euler method. More... | |