Antkeeper  0.0.1
Classes | Namespaces | Functions
spring.hpp File Reference
#include <engine/math/numbers.hpp>
#include <engine/physics/frequency.hpp>

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...