rectangles

fun rectangles(positions: List<Vector2>, width: Double, height: Double = width)(source)
fun rectangles(positions: List<Vector2>, dimensions: List<Vector2>)(source)
fun rectangles(rectangles: List<Rectangle>)(source)
fun rectangles(batch: RectangleBatch, count: Int = batch.size)(source)


Create and draw batched rectangles