Rectangle

Undocumented in source.

Constructors

this
this(T x, T y, T width, T height)
Undocumented in source.
this
this(Vector!(T, 2) position, T width, T height)
Undocumented in source.

Members

Aliases

_T
alias _T = T
Undocumented in source.

Functions

opCast
TargetRectangleType opCast()
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

height
T height [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
height
T height [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
width
T width [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
width
T width [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
x
T x [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
x
T x [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
y
T y [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
y
T y [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

position
Vector!(T, 2) position;
Undocumented in source.

Meta