plot2d v0.1.4 (2018-04-16T18:21:42Z)
Dub
Repo
Viewport
plot2d
types
struct
Viewport {
DimSeg
w
;
DimSeg
h
;
static
Viewport
initial
(Point v);
void
expand
(Point p);
void
expand
(Viewport o);
void
expandRel
(Point p);
bool
onBinaryRight
(Point p);
Point
lt
[@property getter];
Point
lb
[@property getter];
Point
rt
[@property getter];
Point
rb
[@property getter];
}
Members
Functions
expand
void
expand
(Point p)
expand
void
expand
(Viewport o)
expandRel
void
expandRel
(Point p)
onBinaryRight
bool
onBinaryRight
(Point p)
Properties
lb
Point
lb
[@property getter]
left bottom
lt
Point
lt
[@property getter]
left top
rb
Point
rb
[@property getter]
right bottom
rt
Point
rt
[@property getter]
right top
Static functions
initial
Viewport
initial
(Point v)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
h
DimSeg
h
;
w
DimSeg
w
;
Meta
Source
See Implementation
plot2d
types
structs
Border
Color
DimSeg
Point
Viewport