Blender V2.61 - r43446
|
Go to the source code of this file.
Functions | |
template<class T > | |
const T & | MT_min (const T &a, const T &b) |
template<class T > | |
const T & | MT_max (const T &a, const T &b) |
template<class T > | |
void | MT_set_min (T &a, const T &b) |
template<class T > | |
void | MT_set_max (T &a, const T &b) |
Definition in file MT_MinMax.h.
const T& MT_max | ( | const T & | a, |
const T & | b | ||
) | [inline] |
Definition at line 56 of file MT_MinMax.h.
Referenced by BOP_BSPNode::addFace(), and BL_CreatePhysicsObjectNew().
const T& MT_min | ( | const T & | a, |
const T & | b | ||
) | [inline] |
Definition at line 51 of file MT_MinMax.h.
void MT_set_max | ( | T & | a, |
const T & | b | ||
) | [inline] |
Definition at line 66 of file MT_MinMax.h.
void MT_set_min | ( | T & | a, |
const T & | b | ||
) | [inline] |
Definition at line 61 of file MT_MinMax.h.