openrndr
0.4.5-dev.8+a91fb75
common
openrndr-draw
/
org.openrndr.internal
/
PointDrawer
/
drawPoints
draw
Points
@
JvmName
(
name
=
"drawPoints2D"
)
fun
drawPoints
(
drawContext
:
DrawContext
,
drawStyle
:
DrawStyle
,
positions
:
List
<
Vector2
>
)
(
source
)
@
JvmName
(
name
=
"drawPoints3D"
)
fun
drawPoints
(
drawContext
:
DrawContext
,
drawStyle
:
DrawStyle
,
positions
:
List
<
Vector3
>
)
(
source
)
fun
drawPoints
(
drawContext
:
DrawContext
,
drawStyle
:
DrawStyle
,
batch
:
PointBatch
,
count
:
Int
)
(
source
)