MCPcopy Create free account
hub / github.com/assimp/assimp / EpsilonCompare

Function EpsilonCompare

code/PostProcessing/FindInvalidDataProcess.cpp:219–221  ·  view source on GitHub ↗

------------------------------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

217
218// ------------------------------------------------------------------------------------------------
219AI_FORCE_INLINE bool EpsilonCompare(ai_real n, ai_real s, ai_real epsilon) {
220 return std::fabs(n - s) > epsilon;
221}
222
223// ------------------------------------------------------------------------------------------------
224template <>

Callers 3

AllIdenticalFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected