Contains CGeom2DPoint definitions.
void SetY(double const)
The double parameter sets a value for the CGeom2DIPoint object's Y coordinate.
void operator=(CGeom2DPoint const *)
Sets one CGeom2DPoint object equal to another.
double dGetY(void) const
Returns the CGeom2DPoint object's double Y coordinate.
double dGetX(void) const
Returns the CGeom2DPoint object's double X coordinate.
CGeom2DPoint(void)
Constructor with no parameters (the X and Y coordinates of the CGeom2DPoint object are set to zero)
double dY
The y coordinate.
bool operator!=(CGeom2DPoint const *) const
Compares two CGeom2DPoint pointed-to objects for inequality.
double dX
The x coordinate.
bool operator==(CGeom2DPoint const *) const
Compares two CGeom2DPoint pointed-to objects for equality.
void SetX(double const)
The double parameter sets a value for the CGeom2DIPoint object's X coordinate.
This file contains global definitions for CoastalME.
bool bFPIsEqual(const T d1, const T d2, const T dEpsilon)