new Interval(start, stop)
Represents the closed interval [start, stop].
Name | Type | Default | Description |
---|---|---|---|
start |
Number |
0.0
|
optional The beginning of the interval. |
stop |
Number |
0.0
|
optional The end of the interval. |
Source:
Core/Interval.js, line 16
Members
-
start :Number
-
The beginning of the interval.
-
Default Value:
0.0
Source: Core/Interval.js, line 22 -
stop :Number
-
The end of the interval.
-
Default Value:
0.0
Source: Core/Interval.js, line 28