Bullet Collision Detection & Physics Library
|
Go to the documentation of this file.
15 #ifndef BT_GEN_MINMAX_H
16 #define BT_GEN_MINMAX_H
35 return a < lb ? lb : (ub < a ? ub : a);
69 #endif //BT_GEN_MINMAX_H
void btSetMax(T &a, const T &b)
const T & btMin(const T &a, const T &b)
const T & btMax(const T &a, const T &b)
void btClamp(T &a, const T &lb, const T &ub)
void btSetMin(T &a, const T &b)
#define SIMD_FORCE_INLINE
const T & btClamped(const T &a, const T &lb, const T &ub)