#include <MathsUtils.hpp>
|
| static float | _fmin (float a, float b) |
| static float | _fmax (float a, float b) |
| static float | _fabs (float a) |
| static double | _min (double a, double b) |
| static double | _max (double a, double b) |
| template<typename T> |
| static void | _swap (T &a, T &b) |
| static double | _abs (double a) |
◆ _abs()
| double MathsUtils::_abs |
( |
double | a | ) |
|
|
inlinestatic |
◆ _fabs()
| float MathsUtils::_fabs |
( |
float | a | ) |
|
|
inlinestatic |
◆ _fmax()
| float MathsUtils::_fmax |
( |
float | a, |
|
|
float | b ) |
|
inlinestatic |
◆ _fmin()
| float MathsUtils::_fmin |
( |
float | a, |
|
|
float | b ) |
|
inlinestatic |
◆ _max()
| double MathsUtils::_max |
( |
double | a, |
|
|
double | b ) |
|
inlinestatic |
◆ _min()
| double MathsUtils::_min |
( |
double | a, |
|
|
double | b ) |
|
inlinestatic |
◆ _swap()
template<typename T>
| void MathsUtils::_swap |
( |
T & | a, |
|
|
T & | b ) |
|
inlinestatic |
The documentation for this class was generated from the following file: