LongRectangle

final case
class LongRectangle(left: Long, top: Long, width: Long, height: Long) extends LongRectangleLike
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Inherited methods

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