circularArcBy

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