ggplotd v0.4.12 (2016-02-16T09:21:03Z)
Dub
Repo
Point
ggplotd
bounds
struct
Point {
double
x
;
double
y
;
this
(double my_x, double my_y);
this
(string value);
bool
opEquals
(Point point);
}
Constructors
this
this
(double my_x, double my_y)
Undocumented in source.
this
this
(string value)
Undocumented in source.
Members
Functions
opEquals
bool
opEquals
(Point point)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
x
double
x
;
Undocumented in source.
y
double
y
;
Undocumented in source.
Meta
Source
See Implementation
ggplotd
bounds
functions
adjustedBounds
height
minimalBounds
validBounds
width
withinBounds
structs
AdaptiveBounds
Bounds
Point