OpenTTD Source  20241108-master-g80f628063a
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: