Go to the source code of this file.
|
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) |
|
template<class T >
void btClamp |
( |
T & |
a, |
|
|
const T & |
lb, |
|
|
const T & |
ub |
|
) |
| |
|
inline |
template<class T >
const T& btClamped |
( |
const T & |
a, |
|
|
const T & |
lb, |
|
|
const T & |
ub |
|
) |
| |
|
inline |
template<class T >
const T& btMax |
( |
const T & |
a, |
|
|
const T & |
b |
|
) |
| |
|
inline |
template<class T >
const T& btMin |
( |
const T & |
a, |
|
|
const T & |
b |
|
) |
| |
|
inline |
template<class T >
void btSetMax |
( |
T & |
a, |
|
|
const T & |
b |
|
) |
| |
|
inline |
template<class T >
void btSetMin |
( |
T & |
a, |
|
|
const T & |
b |
|
) |
| |
|
inline |