dlangide v0.0.39 (2015-01-29T15:03:00Z)
Home
Dub
Repo
Point
types
2D point
struct
Point {
int
x
;
int
y
;
this
(int x0, int y0);
}
Constructors
this
this
(int x0, int y0)
Undocumented in source.
Members
Variables
x
int
x
;
x coordinate
y
int
y
;
y coordinate
Meta
Source
See Implementation
types
structs
Point
Rect
2D point