openrndr
Toggle table of contents
0.4.5-dev.17.uncommitted+81afe70
common
Platform filter
common
Switch theme
Search in API
openrndr
openrndr-kartifex
/
org.openrndr.kartifex.utils
/
SweepQueue
Sweep
Queue
class
SweepQueue
<
T
>
(
source
)
Members
Constructors
Sweep
Queue
Link copied to clipboard
constructor
(
)
Types
Companion
Link copied to clipboard
object
Companion
Event
Link copied to clipboard
class
Event
<
T
>
Functions
active
Link copied to clipboard
fun
active
(
)
:
Set
<
T
>
add
Link copied to clipboard
fun
add
(
value
:
T
,
a
:
Double
,
b
:
Double
)
next
Link copied to clipboard
operator
fun
next
(
)
:
SweepQueue.Event
<
T
>
peek
Link copied to clipboard
fun
peek
(
)
:
Double
take
Link copied to clipboard
fun
take
(
)
:
T
?