plot2d ~master (2018-04-16T18:21:42Z)
Dub
Repo
Viewport
plot2d
types
struct
Viewport {
DimSeg
w
;
DimSeg
h
;
void
expand
(
auto
ref
const
Point
p
)
;
void
expand
(
auto
ref
const
Viewport
o
)
;
void
expandRel
(
auto
ref
const
Point
p
)
;
bool
onBinaryRight
(
auto
ref
const
Point
p
)
;
Point
lt
[@property getter];
Point
lb
[@property getter];
Point
rt
[@property getter];
Point
rb
[@property getter];
}
Members
Functions
expand
void
expand
(
auto
ref
const
Point
p
)
expand
void
expand
(
auto
ref
const
Viewport
o
)
expandRel
void
expandRel
(
auto
ref
const
Point
p
)
onBinaryRight
bool
onBinaryRight
(
auto
ref
const
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
Variables
h
DimSeg
h
;
w
DimSeg
w
;
Meta
Source
See Implementation
plot2d
types
structs
Border
Color
DimSeg
Point
Viewport