Assimp  v4.1. (December 2018)
MathFunctions.h File Reference

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)
 

Detailed Description

Implementation of the math functions (gcd and lcm)

Copied from BoostWorkaround/math