OpenTTD Source 20241224-master-gf74b0cf984
|
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 21 of file geometry_type.hpp.
|
inlineconstexpr |
Definition at line 25 of file geometry_type.hpp.
|
inlineconstexpr |
Definition at line 26 of file geometry_type.hpp.
int Point::x |
Definition at line 22 of file geometry_type.hpp.
int Point::y |
Definition at line 23 of file geometry_type.hpp.