Searched refs:tolEqual (Results 1 – 2 of 2) sorted by relevance
85 template <typename NumType> bool tolEqual( NumType n1, NumType n2 ) { return tolZero(n1-n2); } in tolEqual() function86 template <typename NumType> bool tolLessEqual( NumType n1, NumType n2 ) { return tolEqual(n1,n2) ||… in tolLessEqual()87 template <typename NumType> bool tolGreaterEqual( NumType n1, NumType n2 ) { return tolEqual(n1,n2)… in tolGreaterEqual()
241 if( tolEqual(p0.y, lowerYBound) || in Impl_calcSafeParams()242 tolEqual(p0.y, upperYBound) ) in Impl_calcSafeParams()377 else if( tolEqual(t, 1.0) ) in Impl_deCasteljauAt()
Completed in 24 milliseconds