Assimp
v4.1. (December 2018)
|
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