openrndr
0.4.5-dev.8+a91fb75
common
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
)