Searched refs:edgeTolerance (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/samples/ogl/studio/
H A Dshapes.cpp1011 double edgeTolerance = 4.0; local
1018 if ((y >= y1 - edgeTolerance) && (y <= y1 + edgeTolerance))
1020 if ((y <= y2 + edgeTolerance) && (y >= y2 - edgeTolerance))
1026 if ((x >= x1 - edgeTolerance) && (x <= x1 + edgeTolerance))
1028 if ((x <= x2 + edgeTolerance) && (x >= x2 - edgeTolerance))

Completed in 37 milliseconds