toggle menu
korge-root
5.1.0
common
switch theme
search in API
korge-foundation
/
korlibs.math.geom.bezier
/
Bezier
/
intersections
intersections
fun
intersections
(
line
:
Line
)
:
DoubleArray
fun
intersections
(
curve
:
Bezier
,
threshold
:
Double
=
0.5
)
:
List
<
Pair
<
Ratio
,
Ratio
>
>