OpenTTD Source 20250426-master-gbb1d561369
|
Coordinates of a point in 2D. More...
#include <geometry_type.hpp>
Public Member Functions | |
constexpr | Point (int x, int y) |
Data Fields | |
int | x |
int | y |
Coordinates of a point in 2D.
Definition at line 32 of file geometry_type.hpp.
|
inlineconstexpr |
Definition at line 36 of file geometry_type.hpp.
|
inlineconstexpr |
Definition at line 37 of file geometry_type.hpp.
int Point::x |
Definition at line 33 of file geometry_type.hpp.
int Point::y |
Definition at line 34 of file geometry_type.hpp.