![]() |
Blender V2.61 - r43446
|
#include "btScalar.h"Go to the source code of this file.
Functions | |
| template<class T > | |
| SIMD_FORCE_INLINE const T & | btMin (const T &a, const T &b) |
| template<class T > | |
| SIMD_FORCE_INLINE const T & | btMax (const T &a, const T &b) |
| template<class T > | |
| SIMD_FORCE_INLINE void | btSetMin (T &a, const T &b) |
| template<class T > | |
| SIMD_FORCE_INLINE void | btSetMax (T &a, const T &b) |
| SIMD_FORCE_INLINE const T& btMax | ( | const T & | a, |
| const T & | b | ||
| ) |
Definition at line 27 of file btSimdMinMax.h.
| SIMD_FORCE_INLINE const T& btMin | ( | const T & | a, |
| const T & | b | ||
| ) |
Definition at line 22 of file btSimdMinMax.h.
| SIMD_FORCE_INLINE void btSetMax | ( | T & | a, |
| const T & | b | ||
| ) |
Definition at line 37 of file btSimdMinMax.h.
| SIMD_FORCE_INLINE void btSetMin | ( | T & | a, |
| const T & | b | ||
| ) |
Definition at line 32 of file btSimdMinMax.h.