Rectangle

A simple struct representing a rectangle with int or double values

Constructors

this
this(Point!T point, T width, T height)
this(T x, T y, T width, T height)

Members

Variables

height
T height;
point
Point!T point;

TOP-LEFT point of the rectangle

width
T width;

Meta