dgui v1.0.1 (2014-05-20T11:28:38Z)
Dub
Repo
Point
dgui
core
geometry
Undocumented in source.
struct
Point {
union
__anonymous
;
bool
inRect
(Rect r);
bool
opEquals
(Point pt);
static
Point
opCall
(int x, int y);
}
Members
Functions
inRect
bool
inRect
(Rect r)
Undocumented in source. Be warned that the author may not have intended to support it.
opEquals
bool
opEquals
(Point pt)
Undocumented in source. Be warned that the author may not have intended to support it.
Static functions
opCall
Point
opCall
(int x, int y)
Undocumented in source. Be warned that the author may not have intended to support it.
Unions
__anonymous
union
__anonymous
Undocumented in source.
Meta
Source
See Implementation
dgui
core
geometry
structs
Point
Rect
Size
variables
nullPoint
nullRect
nullSize