Rectangle

Rectangle.

Constructors

this
this(T left, T bottom, S width, S height)
Undocumented in source.
this
this(T left, T bottom, Size!S size)
Undocumented in source.
this
this(Vector!(T, 2) position, Size!S size)
Undocumented in source.

Members

Functions

isIn
bool isIn(vec2 position)
Undocumented in source. Be warned that the author may not have intended to support it.
isIn
bool isIn(ivec2 position)
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

size
const(Size!S) size [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
size
Size!S size [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

bottom
T bottom;

Rectangle bounds

left
T left;
right
T right;
top
T top;

Rectangle bounds

Meta