toggle menu
korge-root
5.1.0
common
switch theme
search in API
korge-foundation
/
korlibs.math.geom.bezier
/
Arc
/
arcPath
arc
Path
fun
arcPath
(
out
:
VectorBuilder
,
p1
:
Point
,
p2
:
Point
,
radius
:
Double
,
counterclockwise
:
Boolean
=
false
)
fun
arcPath
(
out
:
VectorBuilder
,
center
:
Point
,
r
:
Double
,
start
:
Angle
,
end
:
Angle
,
counterclockwise
:
Boolean
=
false
)