Packages

trait Measure extends ItemDistance with Serializable

Linear Supertypes
Serializable, Serializable, ItemDistance, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Measure
  2. Serializable
  3. Serializable
  4. ItemDistance
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def distance(x1: Double, y1: Double, x2: Double, y2: Double): Double

Concrete Value Members

  1. def distance(i1: ItemBoundable, i2: ItemBoundable): Double
    Definition Classes
    Measure → ItemDistance