circles

fun circles(positions: List<Vector2>, radius: Double)(source)
fun circles(positions: List<Vector2>, radii: List<Double>)(source)
fun circles(circles: List<Circle>)(source)


fun circles(batch: CircleBatch, count: Int = batch.size)(source)

Draw stored circle batch


Create and draw batched circles