toggle menu
korge-root
5.1.0
common
switch theme
search in API
korge-foundation
/
korlibs.math.geom.bezier
/
Bezier
/
Companion
/
quadCalc
quad
Calc
inline
fun
<
T
>
quadCalc
(
x0
:
Double
,
y0
:
Double
,
xc
:
Double
,
yc
:
Double
,
x1
:
Double
,
y1
:
Double
,
t
:
Ratio
,
emit
:
(
x
:
Double
,
y
:
Double
)
->
T
)
:
T
fun
quadCalc
(
p
:
Point
,
c
:
Point
,
a
:
Point
,
t
:
Ratio
)
:
Point