#include "btScalar.h"
Go to the source code of this file.
Functions | |
template<class T > | |
const T & | btMin (const T &a, const T &b) |
template<class T > | |
const T & | btMax (const T &a, const T &b) |
template<class T > | |
const T & | btClamped (const T &a, const T &lb, const T &ub) |
template<class T > | |
void | btSetMin (T &a, const T &b) |
template<class T > | |
void | btSetMax (T &a, const T &b) |
template<class T > | |
void | btClamp (T &a, const T &lb, const T &ub) |
void btClamp | ( | T & | a, | |
const T & | lb, | |||
const T & | ub | |||
) | [inline] |
Definition at line 59 of file btMinMax.h.
const T& btClamped | ( | const T & | a, | |
const T & | lb, | |||
const T & | ub | |||
) | [inline] |
Definition at line 35 of file btMinMax.h.
const T& btMax | ( | const T & | a, | |
const T & | b | |||
) | [inline] |
Definition at line 29 of file btMinMax.h.
const T& btMin | ( | const T & | a, | |
const T & | b | |||
) | [inline] |
Definition at line 23 of file btMinMax.h.
void btSetMax | ( | T & | a, | |
const T & | b | |||
) | [inline] |
Definition at line 50 of file btMinMax.h.
void btSetMin | ( | T & | a, | |
const T & | b | |||
) | [inline] |
Definition at line 41 of file btMinMax.h.