|
StuBS
|
Basic math helper functions. More...
Functions | |
| template<typename T > | |
| T | abs (T a) |
| template<typename T > | |
| T | min (T a, T b) |
| template<typename T > | |
| T | max (T a, T b) |
Basic math helper functions.
| T Math::abs | ( | T | a | ) |
| T Math::min | ( | T | a, |
| T | b | ||
| ) |
| T Math::max | ( | T | a, |
| T | b | ||
| ) |