MAX_ENV_DIFF_FRAC property

double MAX_ENV_DIFF_FRAC
final

Maximum allowable fraction of buffer distance the actual distance can differ by. 1% sometimes causes an error - 1.2% should be safe.

Implementation

static final double MAX_ENV_DIFF_FRAC = .012;