|
MathPlot
|
Represents the scale and position for an axis This struct holds the scale defined by m_scale and the position defined by m_pos.
More...
#include <mathplot.h>
Public Member Functions | |
| bool | operator== (const mpAxisData &other) const |
Public Attributes | |
| double | scale = 1.0 |
| double | pos = 0 |
Represents the scale and position for an axis This struct holds the scale defined by m_scale and the position defined by m_pos.
It supports equality comparison using the default operator==.< Scale and position structure
1.8.13