OpenTTD Source 20250605-master-g938acbe6ef
|
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 258 of file geometry_type.hpp.
int PointDimension::height = 0 |
Definition at line 262 of file geometry_type.hpp.
int PointDimension::width = 0 |
Definition at line 261 of file geometry_type.hpp.
int PointDimension::x = 0 |
Definition at line 259 of file geometry_type.hpp.
int PointDimension::y = 0 |
Definition at line 260 of file geometry_type.hpp.