R-Type  2
Doom but in better
Loading...
Searching...
No Matches
coord Struct Reference

A structure representing coordinates in a 2D space. More...

#include <GameMessage.hpp>

Collaboration diagram for coord:
Collaboration graph

Data Fields

float x
 The X coordinate.
 
float y
 The Y coordinate.
 

Detailed Description

A structure representing coordinates in a 2D space.

The coord structure holds the x and y values that represent a position in a 2D plane.

Definition at line 34 of file GameMessage.hpp.

Field Documentation

◆ x

float coord::x

The X coordinate.

Definition at line 35 of file GameMessage.hpp.

◆ y

float coord::y

The Y coordinate.

Definition at line 36 of file GameMessage.hpp.


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