Mathter
A configurable 3D math library for game developers.
Functions
MathUtil.hpp File Reference
#include <cmath>

Go to the source code of this file.

Functions

template<class T >
sign (T arg)
 
template<class T >
sign_nonzero (T arg)
 
template<class T >
constexpr T ConstexprExp10 (int exponent)
 
template<class T >
constexpr T ConstexprAbs (T arg)
 

Function Documentation

◆ ConstexprAbs()

template<class T >
constexpr T ConstexprAbs ( arg)

◆ ConstexprExp10()

template<class T >
constexpr T ConstexprExp10 ( int  exponent)

◆ sign()

template<class T >
T sign ( arg)

◆ sign_nonzero()

template<class T >
T sign_nonzero ( arg)