|
Smolgui
Immediate gui library based on SFML
|
plot range for an axis More...
#include <Plotter.h>
Public Member Functions | |
| PlotRange ()=default | |
| PlotRange (const float mi, const float ma) | |
Public Attributes | |
| float | min = 0.f |
| Minimum of the range. | |
| float | max = 1.f |
| Maximum of the range. | |
plot range for an axis
|
default |
|
inline |
| float sgui::PlotRange::max = 1.f |
Maximum of the range.
| float sgui::PlotRange::min = 0.f |
Minimum of the range.