Overload List
| Method | Description |
|---|---|
Position2d.Position2d () | Default constructor. Constructs a 2D position object with coordinates of (0,0). |
Position2d.Position2d (double, double) | Constructs a 2D position object that has the specified coordinates. |
Position2d.Position2d (Point2d) | Constructs a 2D position object with the same coordinates as the input point. |
