fesa-core
7.0.0
|
#include <Point.h>
Public Member Functions | |
Point () | |
Point (double x, double y) | |
A struct representing a point with x and y coordinates as doubles.
fesa::Point::Point | ( | ) |
Instantiates a point with 0,0 coordinates.
fesa::Point::Point | ( | double | x, |
double | y | ||
) |
Instantiates a point with the given coordinates.