IntRectangle

final case class IntRectangle(left: Int, top: Int, width: Int, height: Int) extends IntRectangleLike
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Inherited methods

final def bottom: Int
Inherited from:
IntRectangleLike
def containsP(point: PointLike): Boolean
Inherited from:
IntRectangleLike
final def isAreaGreater(a: HyperCube, b: Long): Boolean
Inherited from:
IntRectangleLike
def isAreaNonEmpty(area: Long): Boolean
Inherited from:
IntRectangleLike
final def overlapArea(q: HyperCube): Long
Inherited from:
IntRectangleLike
def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product
final def right: Int
Inherited from:
IntRectangleLike