plot2d ~master (2022-01-15T15:41:32.7834376)
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