Home
last modified time | relevance | path

Searched refs:tolZero (Results 1 – 2 of 2) sorted by last modified time

/trunk/main/basegfx/source/workbench/
H A Dbezierclip.cxx110 if( !tolZero(len) ) in Impl_calcFatLine()
236 if( tolZero(r_y) ) in Impl_calcSafeParams()
370 if( tolZero(t) ) in Impl_deCasteljauAt()
H A Dbezierclip.hxx84 template <typename NumType> bool tolZero( NumType n ) { return fabs(n) < DBL_EPSILON; } in tolZero() function
85 template <typename NumType> bool tolEqual( NumType n1, NumType n2 ) { return tolZero(n1-n2); } in tolEqual()

Completed in 18 milliseconds