StuBS
Math Namespace Reference

Basic math helper functions. More...

Functions

template<typename T >
T abs (T a)
 
template<typename T >
T min (T a, T b)
 
template<typename T >
T max (T a, T b)
 

Detailed Description

Basic math helper functions.

Function Documentation

◆ abs()

template<typename T >
T Math::abs ( T  a)

◆ min()

template<typename T >
T Math::min ( T  a,
T  b 
)

◆ max()

template<typename T >
T Math::max ( T  a,
T  b 
)