Signalsmith's Basic C++ Plots  1.1.0
A minimal C++ plotting library
Methods | Attributes
signalsmith::plot::Bounds Struct Reference

Methods

 Bounds (double left, double right, double top, double bottom)
 
double width () const
 
double height () const
 
BoundsexpandTo (const Bounds &other)
 
Bounds pad (double hPad, double vPad)
 
Bounds pad (double padding)
 

Attributes

double left = 0
 
double right = 0
 
double top = 0
 
double bottom = 0
 
bool set = false