Packages

c

de.sciss.lucre.geom

IntHyperRectangleN

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.

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. IntHyperRectangleN
  2. Serializable
  3. Product
  4. Equals
  5. IntHyperRectangleNLike
  6. QueryShape
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. 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

  1. type H = IntHyperCubeN
    Definition Classes
    IntHyperRectangleNLike
  2. type P = IntPointNLike
    Definition Classes
    IntHyperRectangleNLike

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  6. val components: IndexedSeq[(Int, Int)]
  7. 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
    IntHyperRectangleNLikeQueryShape
  8. def dim: Int
  9. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  10. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  11. final def isAreaGreater(a: H, b: BigInt): Boolean
    Definition Classes
    IntHyperRectangleNLikeQueryShape
  12. final def isAreaNonEmpty(area: BigInt): Boolean
    Definition Classes
    IntHyperRectangleNLikeQueryShape
  13. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  14. 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
    IntHyperRectangleNIntHyperRectangleNLike
  15. def min(dim: Int): Int
  16. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  17. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  18. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  19. final def overlapArea(b: H): BigInt
    Definition Classes
    IntHyperRectangleNLikeQueryShape
  20. def productElementNames: Iterator[String]
    Definition Classes
    Product
  21. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  22. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  23. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  24. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from IntHyperRectangleNLike

Inherited from AnyRef

Inherited from Any

Ungrouped