trait BoxDomain[D] extends Domain[D]

Linear Supertypes
Domain[D], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. BoxDomain
  2. Domain
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Abstract Value Members

  1. abstract val oppositeCorner: Point[D]
  2. abstract val origin: Point[D]

Concrete Value Members

  1. val extent: EuclideanVector[D]
  2. def isDefinedAt(pt: Point[D]): Boolean
    Definition Classes
    BoxDomainDomain
  3. val volume: Double
  4. def warp(t: Transformation[D] with CanInvert[D, Transformation]): Domain[D]
    Definition Classes
    Domain