OpenTTD Source 20260208-master-g43af8e94d0
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>
Coord3D< T >::Coord3D ( T x,
T y,
T 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: