Mana
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
Position Struct Reference

A position along a being's path. More...

#include <position.h>

Public Member Functions

constexpr Position (int x, int y)
 

Public Attributes

int x
 
int y
 

Detailed Description

A position along a being's path.

Definition at line 30 of file position.h.

Constructor & Destructor Documentation

◆ Position()

constexpr Position::Position ( int  x,
int  y 
)
inlineconstexpr

Definition at line 32 of file position.h.

Member Data Documentation

◆ x

int Position::x

Definition at line 36 of file position.h.

◆ y

int Position::y

Definition at line 37 of file position.h.


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