openrndr
Toggle table of contents
0.4.5-dev.22+a060d51
common
Platform filter
common
Switch theme
Search in API
openrndr
openrndr-draw
/
org.openrndr.internal
/
PerformanceLineDrawer
Performance
Line
Drawer
class
PerformanceLineDrawer
(
source
)
Members
Constructors
Performance
Line
Drawer
Link copied to clipboard
constructor
(
)
Properties
vertex
Format
Link copied to clipboard
val
vertexFormat
:
VertexFormat
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
>
)