Rect

Undocumented in source.

Constructors

this
this(T rectLeft, T rectTop, T rectWidth, T rectHeight)
Undocumented in source.
this
this(Vector2!(T) position, Vector2!(T) size)
Undocumented in source.

Members

Functions

contains
bool contains(E x, E y)
Undocumented in source. Be warned that the author may not have intended to support it.
contains
bool contains(Vector2!(E) point)
Undocumented in source. Be warned that the author may not have intended to support it.
intersects
bool intersects(Rect!(E) rectangle)
Undocumented in source. Be warned that the author may not have intended to support it.
intersects
bool intersects(Rect!(E) rectangle, Rect!(E) intersection)
Undocumented in source. Be warned that the author may not have intended to support it.
opEquals
bool opEquals(Rect!(E) otherRect)
Undocumented in source. Be warned that the author may not have intended to support it.
toString
string toString()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

height
T height;
Undocumented in source.
left
T left;
Undocumented in source.
top
T top;
Undocumented in source.
width
T width;
Undocumented in source.

Meta