Antkeeper
0.0.1
|
#include <cstdint>
Go to the source code of this file.
Namespaces | |
physics | |
Physics. | |
Enumerations | |
enum class | physics::restitution_combine_mode : std::uint8_t { physics::average , physics::minimum , physics::multiply , physics::maximum } |
Specifies how coefficients of restitution should be calculated. More... | |
Functions | |
float | physics::combine_restitution (float a, float b, restitution_combine_mode mode) noexcept |
Combines two restitution values into a coefficient of restitution. More... | |