long constructor
alias Basis and End enums for this Coordsystem type
get maximum end value between this interval and other interval
get maximum start value between this interval and other interval
get minimum end value between this interval and other interval
get minimum start value between this interval and other interval
intersection of two regions
does this interval overlap with the other interval?
make a new coordinate pair with a value of this.start + off and this.end + off
Set operators for interval intersection (|) and union (&). If the intervals are non-overlapping, an empty interval is returned i.e ZBHO.init union is not a true union but returns the convex hull.
opbinary + or - to use offset
Return the size of the interval spanned by start and end
Convert coordinates to another coordinate system
Convert coordinate to another based system using shortcuts
Convert coordinate to another based system using shortcuts
Convert coordinate to another based system using shortcuts
Convert coordinate to another based system using shortcuts
Get string representation for printing
union of two regions specifically computes the convex hull of the two intervals if Intervals don't overlap returns the init Interval
The (start, end) coordinates within a coordinate system, where the type itself encodes the coordinate system details (zero or one-based; half-open vs. closed)