final case class IntHyperRectangleN(components: IndexedSeq[(Int, Int)]) extends IntHyperRectangleNLike with Product with Serializable
An n-dimensional hyper rectangular.
- components
pairs of minimum and maximum coordinates for each dimension. In each tuple,
_1must be<=_2. The maximum coordinates are inclusive (defining the maximum coordinate **within** the shape), thus it is not possible to create rectangles with side lengths of zero.
- Alphabetic
- By Inheritance
- IntHyperRectangleN
- Serializable
- Serializable
- Product
- Equals
- IntHyperRectangleNLike
- QueryShape
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Instance Constructors
-
new
IntHyperRectangleN(components: IndexedSeq[(Int, Int)])
- components
pairs of minimum and maximum coordinates for each dimension. In each tuple,
_1must be<=_2. The maximum coordinates are inclusive (defining the maximum coordinate **within** the shape), thus it is not possible to create rectangles with side lengths of zero.
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
- val components: IndexedSeq[(Int, Int)]
-
final
def
contains(point: IntPointNLike): Boolean
Queries the overlap of this shape with a given
IntPoint2D p.Queries the overlap of this shape with a given
IntPoint2D p. The point is considered to have a side length of 1!- returns
trueif this shape contains or partly overlaps the given point
- Definition Classes
- IntHyperRectangleNLike → QueryShape
-
def
dim: Int
- Definition Classes
- IntHyperRectangleN → IntHyperRectangleNLike
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isAreaGreater(a: IntHyperCubeN, b: BigInt): Boolean
- Definition Classes
- IntHyperRectangleNLike → QueryShape
-
final
def
isAreaNonEmpty(area: BigInt): Boolean
- Definition Classes
- IntHyperRectangleNLike → QueryShape
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
max(dim: Int): Int
Maximum coordinate for given dimension.
Maximum coordinate for given dimension. This is inclusive (considered to be inside the shape).
- Definition Classes
- IntHyperRectangleN → IntHyperRectangleNLike
-
def
min(dim: Int): Int
- Definition Classes
- IntHyperRectangleN → IntHyperRectangleNLike
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
overlapArea(b: IntHyperCubeN): BigInt
- Definition Classes
- IntHyperRectangleNLike → QueryShape
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )