Contains CA2DShape definitions.
CA2DShape(void)
Constructor.
Geometry class used to represent 2D point objects with floating-point coordinates.
CGeom2DPoint * pPtGetAt(int const)
Returns the point at a given place in the line.
double dGetYAt(int const)
Returns the Y value at a given place in the line.
void Display(void) override
Instantiates the pure virtual function in the abstract parent class, so that CGeomLine is not an abst...
double dGetXAt(int const)
Returns the X value at a given place in the line.
~CGeomLine(void) override
Destructor.
CGeomLine(void)
Constructor.