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

Implementation of math utility functions. 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<class T >
Assimp::Math::getEpsilon ()
 
template<typename IntegerType >
IntegerType Assimp::Math::lcm (IntegerType a, IntegerType b)
 

Detailed Description

Implementation of math utility functions.