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