FooCAD
Toggle table of contents
3.0
jvm
Platform filter
jvm
Switch theme
Search in API
FooCAD
foocad-core
/
uk.co.nickthecoder.foocad.core.compounds
/
PolygonBuilder
/
circularArcBy
circular
Arc
By
fun
circularArcBy
(
dx
:
Double
,
dy
:
Double
,
radius
:
Double
,
largeArc
:
Boolean
,
sweep
:
Boolean
)
:
PolygonBuilder
Draw a circular arc relative to the previous point
fun
circularArcBy
(
by
:
Vector2
,
radius
:
Double
,
largeArc
:
Boolean
,
sweep
:
Boolean
)
:
PolygonBuilder