Contains the definition for P2D class. More...
#include "geometry.h"Go to the source code of this file.
Classes | |
| struct | P2D |
| a point in 2D space More... | |
Functions | |
| P2D | operator+ (const P2D &first, const P2D &second) |
| adds the coordinates of the two points together | |
| P2D | operator- (const P2D &first, const P2D &second) |
| extracts the coordinates of the second point from first point | |
Contains the definition for P2D class.