plot2d ~master (2018-04-16T18:21:42Z)
Dub
Repo
Border
plot2d
types
struct
Border {
double
left
;
double
top
;
double
right
;
double
bottom
;
this
(
double
o
)
;
this
(
double
x
,
double
y
)
;
this
(
double
l
,
double
t
,
double
r
,
double
b
)
;
double
sx
[@property getter];
double
sy
[@property getter];
}
Constructors
this
this
(
double
o
)
this
this
(
double
x
,
double
y
)
this
this
(
double
l
,
double
t
,
double
r
,
double
b
)
Members
Properties
sx
double
sx
[@property getter]
sy
double
sy
[@property getter]
Variables
bottom
double
bottom
;
left
double
left
;
right
double
right
;
top
double
top
;
Meta
Source
See Implementation
plot2d
types
structs
Border
Color
DimSeg
Point
Viewport