|
MathPlot
|
Represents all the informations needed for plotting a layer in one direction (X or Y) This struct holds: More...
#include <mathplot.h>

Public Member Functions | |
| bool | operator== (const mpAxisData &other) const |
Public Attributes | |
| mpScale * | axis = nullptr |
| Pointer to the axis layer (X or Y) | |
| double | scale = 1.0 |
| Scale. | |
| double | pos = 0 |
| Position. | |
| mpRange | bound |
| Range min and max. | |
| mpRange | desired |
| Desired range min and max. | |
Represents all the informations needed for plotting a layer in one direction (X or Y) This struct holds:
operator== (axis is excluded in the comparaison).
1.8.13