circles

fun circles(circles: List<Circle>)(source)

Add a circle to the batch


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

Add circles to the batch