34 Point(
double x = 0.0,
double y = 0.0,
double z = 0.0 );
36 void setPoint(
double x,
double y );
37 void setPoint(
double x,
double y,
double z );
40 void moveBy (
double x,
double y );
43 inline double getX()
const;
46 inline double getY()
const;
49 inline double getZ()
const;
#define MDL_HIPPOPLOT_API
double getY() const
The following function returns the Y coordinate.
Class representing a two or three dimension point.
double getZ() const
The following function returns the Z coordinate.
double getX() const
The following function returns the X coordinate.