marta

Class Rect

Instantiable

Rectangular shape.

class marta.Rect {

let height: Float

let width: Float

let x: Float

let y: Float

}