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,
_1
must 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
- Product
- Equals
- IntHyperRectangleNLike
- QueryShape
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- new IntHyperRectangleN(components: IndexedSeq[(Int, Int)])
- components
pairs of minimum and maximum coordinates for each dimension. In each tuple,
_1
must 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.
Type Members
- type H = IntHyperCubeN
- Definition Classes
- IntHyperRectangleNLike
- type P = IntPointNLike
- Definition Classes
- IntHyperRectangleNLike
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[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- val components: IndexedSeq[(Int, Int)]
- final def containsP(point: P): 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
true
if 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
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def isAreaGreater(a: H, 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() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def overlapArea(b: H): BigInt
- Definition Classes
- IntHyperRectangleNLike → QueryShape
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated