sdk/extensions/authoring/source/VHACD/inc/btMinMax.h File Reference

#include "btScalar.h"

Go to the source code of this file.

Functions

template<class T >
SIMD_FORCE_INLINE void btClamp (T &a, const T &lb, const T &ub)
template<class T >
SIMD_FORCE_INLINE const T & btClamped (const T &a, const T &lb, const T &ub)
template<class T >
SIMD_FORCE_INLINE const T & btMax (const T &a, const T &b)
template<class T >
SIMD_FORCE_INLINE const T & btMin (const T &a, const T &b)
template<class T >
SIMD_FORCE_INLINE void btSetMax (T &a, const T &b)
template<class T >
SIMD_FORCE_INLINE void btSetMin (T &a, const T &b)


Function Documentation

template<class T >
SIMD_FORCE_INLINE void btClamp ( T &  a,
const T &  lb,
const T &  ub 
) [inline]

template<class T >
SIMD_FORCE_INLINE const T& btClamped ( const T &  a,
const T &  lb,
const T &  ub 
) [inline]

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

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

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

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