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
/
QualityLineDrawer
/
drawLineLoops
draw
Line
Loops
fun
drawLineLoops
(
drawContext
:
DrawContext
,
drawStyle
:
DrawStyle
,
strips
:
List
<
List
<
Vector2
>
>
,
corners
:
List
<
List
<
Boolean
>
>
,
fringeWidth
:
Double
=
1.0
)
(
source
)
fun
drawLineLoops
(
drawContext
:
DrawContext
,
drawStyle
:
DrawStyle
,
strips
:
List
<
List
<
Vector2
>
>
,
corners
:
List
<
List
<
Boolean
>
>
,
weights
:
List
<
Double
>
,
fringeWidth
:
Double
=
1.0
)
(
source
)