|
SPH
|
Point in 2D plot. More...
#include <Point.h>
Public Member Functions | |
| 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 |
Public Member Functions inherited from OperatorTemplate< PlotPoint > | |
| 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) |
Public Attributes | |
| Float | x |
| Float | y |
|
default |
|
inline |