Rect

Constructors

this
this(T x, T y, T width, T height)

Members

Aliases

type
alias type = T

Static variables

defaultData
Rect!T defaultData;

Variables

height
T height;
width
T width;
x
T x;
y
T y;

Meta