Assimp  v3.1.1 (June 2014)
Assimp::Math Namespace Reference

Functions

template<typename IntegerType >
IntegerType gcd (IntegerType a, IntegerType b)
 
template<typename IntegerType >
IntegerType lcm (IntegerType a, IntegerType b)
 

Function Documentation

◆ gcd()

template<typename IntegerType >
IntegerType Assimp::Math::gcd ( IntegerType  a,
IntegerType  b 
)

◆ lcm()

template<typename IntegerType >
IntegerType Assimp::Math::lcm ( IntegerType  a,
IntegerType  b 
)