openrndr
0.4.5-dev.8+a91fb75
common
openrndr-draw
/
org.openrndr.internal
/
PointDrawer
Point
Drawer
class
PointDrawer
(
source
)
Members
Constructors
Point
Drawer
Link copied to clipboard
constructor
(
)
Functions
draw
Point
Link copied to clipboard
fun
drawPoint
(
drawContext
:
DrawContext
,
drawStyle
:
DrawStyle
,
x
:
Double
,
y
:
Double
,
z
:
Double
)
draw
Points
Link copied to clipboard
@
JvmName
(
name
=
"drawPoints2D"
)
fun
drawPoints
(
drawContext
:
DrawContext
,
drawStyle
:
DrawStyle
,
positions
:
List
<
Vector2
>
)
@
JvmName
(
name
=
"drawPoints3D"
)
fun
drawPoints
(
drawContext
:
DrawContext
,
drawStyle
:
DrawStyle
,
positions
:
List
<
Vector3
>
)
fun
drawPoints
(
drawContext
:
DrawContext
,
drawStyle
:
DrawStyle
,
batch
:
PointBatch
,
count
:
Int
)
Properties
vertices
Link copied to clipboard
val
vertices
:
VertexBuffer