Searched refs:tolZero (Results 1 – 2 of 2) sorted by relevance
84 template <typename NumType> bool tolZero( NumType n ) { return fabs(n) < DBL_EPSILON; } in tolZero() function85 template <typename NumType> bool tolEqual( NumType n1, NumType n2 ) { return tolZero(n1-n2); } in tolEqual()
110 if( !tolZero(len) ) in Impl_calcFatLine()236 if( tolZero(r_y) ) in Impl_calcSafeParams()370 if( tolZero(t) ) in Impl_deCasteljauAt()
Completed in 32 milliseconds