package sfcurve
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- sfcurve
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
- case class CoveredRange(lower: Long, upper: Long) extends IndexRange with Product with Serializable
- sealed trait IndexRange extends AnyRef
- case class OverlappingRange(lower: Long, upper: Long) extends IndexRange with Product with Serializable
- final class Z2 extends AnyVal
- final class Z3 extends AnyVal
-
abstract
class
ZN extends AnyRef
N-dimensional z-curve base class
- case class ZPrefix(prefix: Long, precision: Int) extends Product with Serializable
-
case class
ZRange(min: Long, max: Long) extends Product with Serializable
Represents a rectangle in defined by min and max as two opposing points