Mathter
A configurable 3D math library for game developers.
|
#include <cmath>
Go to the source code of this file.
Functions | |
template<class T > | |
T | sign (T arg) |
template<class T > | |
T | sign_nonzero (T arg) |
template<class T > | |
constexpr T | ConstexprExp10 (int exponent) |
template<class T > | |
constexpr T | ConstexprAbs (T arg) |
constexpr T ConstexprAbs | ( | T | arg | ) |
constexpr T ConstexprExp10 | ( | int | exponent | ) |
T sign | ( | T | arg | ) |
T sign_nonzero | ( | T | arg | ) |