Assimp v5.2.2 (January 2022)
The Asset-Importer-Lib API documentation.
|
Functions | |
template<class T > | |
T | aiPi () |
Will return the constant PI for the requested type. More... | |
template<typename IntegerType > | |
IntegerType | gcd (IntegerType a, IntegerType b) |
Will return the greatest common divisor. More... | |
template<class T > | |
T | getEpsilon () |
Will return the smallest epsilon-value for the requested type. More... | |
template<typename IntegerType > | |
IntegerType | lcm (IntegerType a, IntegerType b) |
Will return the greatest common divisor. More... | |
|
inline |
Will return the constant PI for the requested type.
|
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. |