IntHyperRectangleNLike

An n-dimensional rectangular query shape.

class Object
trait Matchable
class Any

Type members

Types

Value members

Abstract methods

def dim: Int
def max(dim: Int): Int

Maximum coordinate for given dimension. This is inclusive (considered to be inside the shape).

Maximum coordinate for given dimension. This is inclusive (considered to be inside the shape).

def min(dim: Int): Int

Concrete methods

final
def containsP(point: P): Boolean
final
def isAreaGreater(a: H, b: BigInt): Boolean
final
def isAreaNonEmpty(area: BigInt): Boolean
final
def overlapArea(b: H): BigInt