Blender V2.61 - r43446
Functions

MT_MinMax.h File Reference

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)

Detailed Description

Definition in file MT_MinMax.h.


Function Documentation

template<class T >
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().

template<class T >
const T& MT_min ( const T &  a,
const T &  b 
) [inline]

Definition at line 51 of file MT_MinMax.h.

template<class T >
void MT_set_max ( T &  a,
const T &  b 
) [inline]

Definition at line 66 of file MT_MinMax.h.

template<class T >
void MT_set_min ( T &  a,
const T &  b 
) [inline]

Definition at line 61 of file MT_MinMax.h.