ggplotd v0.4.12 (2016-02-16T09:21:03Z)
Dub
Repo
AdaptiveBounds
ggplotd
bounds
struct
AdaptiveBounds {
Bounds
bounds
;
this
(string str);
this
(double my_min_x, double my_max_x, double my_min_y, double my_max_y);
this
(Bounds bnds);
bool
adapt
(T point);
bool
adapt
(T bounds);
import
std
.
range
:
isInputRange
;
;
bool
adapt
(T points);
}
Constructors
this
this
(string str)
this
this
(double my_min_x, double my_max_x, double my_min_y, double my_max_y)
this
this
(Bounds bnds)
Alias This
bounds
Members
Functions
adapt
bool
adapt
(T point)
adapt
bool
adapt
(T points)
adapt
bool
adapt
(T bounds)
Variables
bounds
Bounds
bounds
;
Undocumented in source.
Meta
Source
See Implementation
ggplotd
bounds
functions
adjustedBounds
height
minimalBounds
validBounds
width
withinBounds
structs
AdaptiveBounds
Bounds
Point