Interval
An Interval on the timeline, represented by start and end points and start and end inclusivity.
Constructors
Properties
Functions
Compare the end times of this and another interval.
Compares the end of this interval to the start of another interval.
Compare the start times of this and another interval.
Opposite of compareEndToStart.
Whether this and another interval end at the same time, accounting for inclusivity.
Whether this and another interval start at the same time, accounting for inclusivity.
Whether this interval includes its end point.
Whether this interval includes its start point.
Calculates the intersection between this interval and another.
Whether this interval happens after another interval with no overlap.
Whether this interval happens before another interval with no overlap.
Shifts the start and end points equally forward or backward in time.