Assimp
v3.1.1 (June 2014)
|
Implementation of the math functions (gcd and lcm) More...
Namespaces | |
Assimp | |
MACHINE-GENERATED by scripts/ICFImporter/CppGenerator.py. | |
Assimp::Math | |
Functions | |
template<typename IntegerType > | |
IntegerType | Assimp::Math::gcd (IntegerType a, IntegerType b) |
template<typename IntegerType > | |
IntegerType | Assimp::Math::lcm (IntegerType a, IntegerType b) |
Implementation of the math functions (gcd and lcm)
Copied from BoostWorkaround/math