Assimp v5.2.2 (January 2022)
The Asset-Importer-Lib API documentation.
|
Implementation of math utility functions. More...
Namespaces | |
namespace | Assimp |
Some C++ utilities for inter- and extrapolation. | |
namespace | Assimp::Math |
Functions | |
template<class T > | |
T | Assimp::Math::aiPi () |
Will return the constant PI for the requested type. More... | |
template<typename IntegerType > | |
IntegerType | Assimp::Math::gcd (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<typename IntegerType > | |
IntegerType | Assimp::Math::lcm (IntegerType a, IntegerType b) |
Will return the greatest common divisor. More... | |
Implementation of math utility functions.