|
OpenTTD Source 20251116-master-g21329071df
|
Specification of a rectangle with an absolute top-left coordinate and a (relative) width/height. More...
#include <geometry_type.hpp>
Data Fields | |
| int | x = 0 |
| int | y = 0 |
| int | width = 0 |
| int | height = 0 |
Specification of a rectangle with an absolute top-left coordinate and a (relative) width/height.
Definition at line 301 of file geometry_type.hpp.
| int PointDimension::height = 0 |
Definition at line 305 of file geometry_type.hpp.
| int PointDimension::width = 0 |
Definition at line 304 of file geometry_type.hpp.
| int PointDimension::x = 0 |
Definition at line 302 of file geometry_type.hpp.
| int PointDimension::y = 0 |
Definition at line 303 of file geometry_type.hpp.