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