IntRectangleLike

A 2D rectangular query shape.

class Object
trait Matchable
class Any

Value members

Abstract methods

def height: Int
def left: Int
def top: Int
def width: Int

Concrete methods

final
def bottom: Int
def containsP(point: PointLike): Boolean
final
def isAreaGreater(a: HyperCube, b: Long): Boolean
def isAreaNonEmpty(area: Long): Boolean
final
def overlapArea(q: HyperCube): Long
final
def right: Int