|
OpenTTD Source 20260711-master-g3fb3006dff
|
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 350 of file geometry_type.hpp.
| int PointDimension::height = 0 |
Definition at line 354 of file geometry_type.hpp.
| int PointDimension::width = 0 |
Definition at line 353 of file geometry_type.hpp.
| int PointDimension::x = 0 |
Definition at line 351 of file geometry_type.hpp.
| int PointDimension::y = 0 |
Definition at line 352 of file geometry_type.hpp.