tf2  master
tf2 maintains the relationship between coordinate frames in a tree structure buffered in time, and lets the user transform points, vectors, etc between any two coordinate frames at any desired point in time.
Functions
MinMax.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

template<class T >
const TF2SIMD_FORCE_INLINE T & tf2Min (const T &a, const T &b)
 
template<class T >
const TF2SIMD_FORCE_INLINE T & tf2Max (const T &a, const T &b)
 
template<class T >
const TF2SIMD_FORCE_INLINE T & GEN_clamped (const T &a, const T &lb, const T &ub)
 
template<class T >
TF2SIMD_FORCE_INLINE void tf2SetMin (T &a, const T &b)
 
template<class T >
TF2SIMD_FORCE_INLINE void tf2SetMax (T &a, const T &b)
 
template<class T >
TF2SIMD_FORCE_INLINE void GEN_clamp (T &a, const T &lb, const T &ub)
 

Function Documentation

◆ tf2Min()

template<class T >
const TF2SIMD_FORCE_INLINE T& tf2Min ( const T &  a,
const T &  b 
)

◆ tf2Max()

template<class T >
const TF2SIMD_FORCE_INLINE T& tf2Max ( const T &  a,
const T &  b 
)

◆ GEN_clamped()

template<class T >
const TF2SIMD_FORCE_INLINE T& GEN_clamped ( const T &  a,
const T &  lb,
const T &  ub 
)

◆ tf2SetMin()

template<class T >
TF2SIMD_FORCE_INLINE void tf2SetMin ( T &  a,
const T &  b 
)

◆ tf2SetMax()

template<class T >
TF2SIMD_FORCE_INLINE void tf2SetMax ( T &  a,
const T &  b 
)

◆ GEN_clamp()

template<class T >
TF2SIMD_FORCE_INLINE void GEN_clamp ( T &  a,
const T &  lb,
const T &  ub 
)