Home
last modified time | relevance | path

Searched refs:off_sqr_mag (Results 1 – 1 of 1) sorted by relevance

/dports/math/wfmath/wfmath-1.0.2/wfmath/
H A Dpolygon_intersect.h320 CoordType off_sqr_mag = data.off.sqrMag(); in _Intersect() local
324 if(off_sqr_mag != 0) { // The offsets aren't identical in _Intersect()
332 if(off_copy.sqrMag() > off_sqr_mag * numeric_constants<CoordType>::epsilon()) in _Intersect()