Class Point2D
Defined in File Point2D.hpp
Class Documentation
-
class Point2D
Class representing a point in 2D space.
Public Functions
-
Point2D(const Units::Length &x, const Units::Length &y)
Constructor
-
const Units::Length &getX() const
Getter for x
-
void setX(const Units::Length &x)
Setter for x
-
const Units::Length &getY() const
Getter for y
-
void setY(const Units::Length &y)
Setter for y
-
Point2D(const Units::Length &x, const Units::Length &y)