Represents a 2D point with x and y coordinates. More...
#include <utils.hpp>
Public Member Functions | |
| bool | operator== (const Point &p2) const |
| Equality operator for Point. | |
Public Attributes | |
| double | x |
| double | y |
Represents a 2D point with x and y coordinates.
|
inline |
Equality operator for Point.
| p2 | Another point to compare with. |
| double Point::x |
| double Point::y |