SPH
|
Point with error bars. More...
#include <Point.h>
Public Attributes | |
Float | dx |
Float | dy |
![]() | |
Float | x |
Float | y |
Additional Inherited Members | |
![]() | |
PlotPoint ()=default | |
PlotPoint (const Float x, const Float y) | |
PlotPoint & | operator+= (const PlotPoint &other) |
PlotPoint & | operator*= (const Float value) |
bool | operator== (const PlotPoint &other) const |
![]() | |
PlotPoint | operator+ (const PlotPoint &other) const |
PlotPoint & | operator-= (const PlotPoint &other) |
bool | operator!= (const PlotPoint &other) const |
PlotPoint | operator* (const Float value) const |
PlotPoint | operator/ (const Float value) const |
PlotPoint & | operator/= (const Float value) |