Searched refs:CLOSE_ENOUGH (Results 1 – 4 of 4) sorted by relevance
389 const double CLOSE_ENOUGH = 0.001; variable392 if (i.fT[cubicIndex][0] != 0 || i.fT[cubicIndex][1] > CLOSE_ENOUGH) { in closeStart()401 if (i.fT[cubicIndex][last] != 1 || i.fT[cubicIndex][last - 1] < 1 - CLOSE_ENOUGH) { in closeEnd()
413 const double CLOSE_ENOUGH = 0.001; variable416 if (i[cubicIndex][0] != 0 || i[cubicIndex][1] > CLOSE_ENOUGH) { in closeStart()425 if (i[cubicIndex][last] != 1 || i[cubicIndex][last - 1] < 1 - CLOSE_ENOUGH) { in closeEnd()