openrndr
0.4.5-dev.8+a91fb75
common
openrndr-draw
/
org.openrndr.internal
/
PerformanceLineDrawer
Performance
Line
Drawer
class
PerformanceLineDrawer
(
source
)
Members
Constructors
Performance
Line
Drawer
Link copied to clipboard
constructor
(
)
Functions
draw
Line
Loops
Link copied to clipboard
fun
drawLineLoops
(
drawContext
:
DrawContext
,
drawStyle
:
DrawStyle
,
loops
:
List
<
List
<
Vector2
>
>
)
@
JvmName
(
name
=
"drawLineLoops3d"
)
fun
drawLineLoops
(
drawContext
:
DrawContext
,
drawStyle
:
DrawStyle
,
loops
:
List
<
List
<
Vector3
>
>
)
draw
Line
Segments
Link copied to clipboard
fun
drawLineSegments
(
drawContext
:
DrawContext
,
drawStyle
:
DrawStyle
,
segments
:
List
<
Vector2
>
)
@
JvmName
(
name
=
"drawLineSegments3d"
)
fun
drawLineSegments
(
drawContext
:
DrawContext
,
drawStyle
:
DrawStyle
,
segments
:
List
<
Vector3
>
)
Properties
vertex
Format
Link copied to clipboard
val
vertexFormat
:
VertexFormat