Size

Undocumented in source.

Constructors

this
this(T width, T height)
Undocumented in source.

Members

Aliases

x
alias x = width
Undocumented in source.
y
alias y = height
Undocumented in source.

Functions

opEquals
bool opEquals(Size!T b)

== and !=

opOpAssign
void opOpAssign(Size s)

+= and -=

Properties

height
T height [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
height
T height [@property getter]
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]
halfHeight
T halfHeight;
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

halfWidth
T halfWidth;
Undocumented in source.
values
T[2] values;
Undocumented in source.

Meta