OpenTTD Source  20240915-master-g3784a3d3d6
Point Struct Reference

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
 

Detailed Description

Coordinates of a point in 2D.

Definition at line 21 of file geometry_type.hpp.


The documentation for this struct was generated from the following file: