plot2d v0.1.4 (2018-04-16T18:21:42Z)
Dub
Repo
Point
plot2d
types
struct
Point {
double
x
;
double
y
;
Point
opBinary
(Point b);
Point
opBinary
(double b);
Point
opUnary
();
double
len2
[@property getter];
double
len
[@property getter];
}
Members
Functions
opBinary
Point
opBinary
(Point b)
opBinary
Point
opBinary
(double b)
opUnary
Point
opUnary
()
Properties
len
double
len
[@property getter]
len2
double
len2
[@property getter]
Variables
x
double
x
;
y
double
y
;
Meta
Source
See Implementation
plot2d
types
structs
Border
Color
DimSeg
Point
Viewport