Private
t0Private
t1Returns true if T0 > T1.
Returns true if T0 < T1.
Returns true if T0 == T1.
Gets a value indicating whether or not this Interval is valid. Valid intervals must contain valid numbers.
Gets the signed length of the numeric range. If the interval is not valid, 0 is returned.
If the interval is decreasing, a negative length will be returned.
Gets the larger of T0 and T1. If the interval is not valid, NaN is returned.
Gets the average of T0 and T1. If the interval is not valid, NaN is returned.
Gets the smaller of T0 and T1. If the interval is not valid, NaN is returned.
Gets or sets the lower bound of the Interval.
Gets or sets the lower bound of the Interval.
Gets or sets the upper bound of the Interval.
Gets or sets the upper bound of the Interval.
Static
EmptyStatic
InvalidCompares this interval with another interval. The lower bound has first evaluation priority.
0: if this is identical to other; -1: if this is less than other; 1: if this is greater than other.
if either interval is invalid, the comparison is invalid and returns NaN.
Tests a parameter for Interval inclusion.
true if the other interval is contained within or is coincident with the limits of this Interval; otherwise false.
If true, the parameter must be fully on the inside of the Interval. default is false.
Tests a parameter for Interval inclusion.
true if t is contained within the limits of this Interval.
If true, the parameter must be fully on the inside of the Interval. default is false.
Static
CreateStatic
IntersectStatic
UnionGenerated using TypeDoc
Represents an interval in one-dimensional space that is defined as two extrema or bounds.