plotd v0.3.5 (2014-10-20T12:02:33Z)
Dub
Repo
Point
plotd
primitives
Undocumented in source.
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
plotd
primitives
aliases
LineId
classes
Axis
Color
LineState
Lines
functions
adjustTickWidth
adjustedBounds
convertCoordinates
height
minimalBounds
tickLength
validBounds
width
withinBounds
structs
Bounds
ColorRange
Point