openrndr
0.4.5-dev.4.uncommitted+98ebace
common
openrndr-draw
/
org.openrndr.draw
/
Drawer
/
rectangles
rectangles
fun
rectangles
(
positions
:
List
<
Vector2
>
,
width
:
Double
,
height
:
Double
=
width
)
(
source
)
fun
rectangles
(
positions
:
List
<
Vector2
>
,
dimensions
:
List
<
Vector2
>
)
(
source
)
fun
rectangles
(
rectangles
:
List
<
Rectangle
>
)
(
source
)
fun
rectangles
(
batch
:
RectangleBatch
,
count
:
Int
=
batch.size
)
(
source
)
fun
rectangles
(
build
:
RectangleBatchBuilder
.
(
)
->
Unit
)
(
source
)
Create and draw batched rectangles