rectangle

abstract fun rectangle(width: Double, height: Double): Euclidean2DShape

A rectangle extends in the first and second axis by its width and height.

Return

the shape

Parameters

width

the width

height

the height