OpenTTD Source 20250905-master-g122023be8d
Coord3D< T > Struct Template Reference

A coordinate with three dimensions. More...

#include <geometry_type.hpp>

Public Member Functions

constexpr Coord3D (T x, T y, T z)
 

Data Fields

x = 0
 X coordinate.
 
y = 0
 Y coordinate.
 
z = 0
 Z coordinate.
 

Detailed Description

template<typename T>
struct Coord3D< T >

A coordinate with three dimensions.

Definition at line 43 of file geometry_type.hpp.

Constructor & Destructor Documentation

◆ Coord3D()

template<typename T >
constexpr Coord3D< T >::Coord3D ( x,
y,
z 
)
inlineconstexpr

Definition at line 49 of file geometry_type.hpp.

Field Documentation

◆ x

◆ y

◆ z


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