Path Tracer
|
Implementation of math utility functions. More...
#include <limits>
Go to the source code of this file.
Namespaces | |
Assimp | |
Functions | |
template<typename IntegerType > | |
IntegerType | Assimp::Math::gcd (IntegerType a, IntegerType b) |
Will return the greatest common divisor. More... | |
template<typename IntegerType > | |
IntegerType | Assimp::Math::lcm (IntegerType a, IntegerType b) |
Will return the greatest common divisor. More... | |
template<class T > | |
T | Assimp::Math::getEpsilon () |
Will return the smallest epsilon-value for the requested type. More... | |
template<class T > | |
T | Assimp::Math::PI () |
Will return the constant PI for the requested type. More... | |
Implementation of math utility functions.
|
inline |
Will return the greatest common divisor.
a | [in] Value a. |
b | [in] Value b. |
|
inline |
Will return the smallest epsilon-value for the requested type.
|
inline |
Will return the greatest common divisor.
a | [in] Value a. |
b | [in] Value b. |
|
inline |
Will return the constant PI for the requested type.