Position
 | 
| Name | Description | |
|---|---|---|
| Position2d | Default constructor for the Position2d class. Creates a default corresponding C++ object with no actual data stored. | |
| Position2d(Point2d) | Constructor for the Position2d class. Creates a position object based on the specified point. | |
| Position2d(Double, Double) | Constructor for the Position2d class. Creates a position object based on the provided coordinate values. |