o

geotrellis.util

Constants

object Constants

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Constants
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. val DOUBLE_EPSILON: Double

    Defines machine epsilon for double-precision floating point ops.

    Defines machine epsilon for double-precision floating point ops. This is, roughly speaking, the minimum distance between distinct floating point numbers. Double values closer than DOUBLE_EPSILON should be considered identical.

  2. val FLOAT_EPSILON: Double

    Defines machine epsilon for single-precision floating point ops.

    Defines machine epsilon for single-precision floating point ops. This is, roughly speaking, the minimum distance between distinct floating point numbers. Float values closer than FLOAT_EPSILON should be considered identical.