Rectangle

constructor(width: Float, height: Float)

Konstruktor.

Parameters

width

Die Breite des Rechtecks

height

Die Höhe des Rechtecks


constructor(width: Float, height: Float, shapeSupplier: Supplier<Shape>)