toggle menu
korge-root
5.1.0
common
switch theme
search in API
korge-foundation
/
korlibs.math.geom.vector
/
VectorPath
/
visitEdgesSimple
visit
Edges
Simple
inline
fun
visitEdgesSimple
(
line
:
(
Point
,
Point
)
->
Unit
,
cubic
:
(
Point
,
Point
,
Point
,
Point
)
->
Unit
,
close
:
(
)
->
Unit
)