Searched refs:NON_ZERO_EPSILON (Results 1 – 2 of 2) sorted by relevance
25 #define NON_ZERO_EPSILON (0.001f) macro34 return (value >= -NON_ZERO_EPSILON) && (value <= NON_ZERO_EPSILON); in isZero()38 return value >= NON_ZERO_EPSILON; in isPositive()
63 if (casterZ >= -NON_ZERO_EPSILON) { //draw only children with negative Z in onDraw()93 && zChildren[drawIndex]->getNodeProperties().getZ() <= NON_ZERO_EPSILON) drawIndex++; in onDraw()