BBox

case class BBox(left: Double, bottom: Double, right: Double, top: Double) extends Geometry
trait Geometry
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

def +(bbox: BBox): BBox
def bbox: BBox
def contains(that: Geometry)(implicit helper: Comparator): Boolean
def disjoint(that: Geometry)(implicit helper: Comparator): Boolean
def intersect(that: Geometry)(implicit helper: Comparator): Boolean
def within(that: Geometry)(implicit helper: Comparator): Boolean

Inherited methods

def !^(that: Geometry)(implicit helper: Comparator): Boolean
Inherited from
Geometry
def <>(that: Geometry)(implicit helper: Comparator): Boolean
Inherited from
Geometry
def ><(that: Geometry)(implicit helper: Comparator): Boolean
Inherited from
Geometry
def ^(that: Geometry)(implicit helper: Comparator): Boolean
Inherited from
Geometry
def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product

Concrete fields

lazy val center: Point
lazy val height: Double
lazy val width: Double