MathPlot
Public Member Functions | Public Attributes | List of all members
mpAxisData Struct Reference

Represents all the informations needed for plotting a layer in one direction (X or Y) This struct holds: More...

#include <mathplot.h>

Collaboration diagram for mpAxisData:
Collaboration graph
[legend]

Public Member Functions

bool operator== (const mpAxisData &other) const
 

Public Attributes

mpScaleaxis = 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.
 
mpRange lastDesired
 Last desired ranged, used for check if desired has changed.
 

Detailed Description

Represents all the informations needed for plotting a layer in one direction (X or Y) This struct holds: