openrndr
0.4.5-dev.4.uncommitted+98ebace
common
openrndr-draw
/
org.openrndr.draw
/
Drawer
/
circles
circles
fun
circles
(
positions
:
List
<
Vector2
>
,
radius
:
Double
)
(
source
)
fun
circles
(
positions
:
List
<
Vector2
>
,
radii
:
List
<
Double
>
)
(
source
)
fun
circles
(
circles
:
List
<
Circle
>
)
(
source
)
fun
circles
(
batch
:
CircleBatch
,
count
:
Int
=
batch.size
)
(
source
)
Draw stored circle batch
fun
circles
(
build
:
CircleBatchBuilder
.
(
)
->
Unit
)
(
source
)
Create and draw batched circles