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

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
 

Detailed Description

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