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(ivec2 position)
Undocumented in source. Be warned that the author may not have intended to support it.
isIn
bool isIn(vec2 position)
bottom
T bottom;
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

left
T left;
right
T right;
Undocumented in source.
size
Size!S size;
top
T top;
Undocumented in source.

Meta