rectangle

fun rectangle(rectangle: Rectangle)(source)
fun rectangle(x: Double, y: Double, width: Double, height: Double = width)(source)
fun rectangle(corner: Vector2, width: Double, height: Double = width)(source)