Max OS 0.3
Loading...
Searching...
No Matches
coordinates.h File Reference

Defines a simple Coordinates type as a pair of int32_t values. More...

#include <cstdint>
#include <common/pair.h>

Go to the source code of this file.

Typedefs

typedef Pair< int32_t, int32_tMaxOS::common::Coordinates
 A type representing 2D coordinates as a pair of int32_t.
 

Detailed Description

Defines a simple Coordinates type as a pair of int32_t values.

Date
9th April 2023
Author
Max Tyson

Definition in file coordinates.h.

Typedef Documentation

◆ Coordinates

A type representing 2D coordinates as a pair of int32_t.

Definition at line 22 of file coordinates.h.