libtmx  0.4.0
an C++11 library for reading TMX files
Public Attributes | List of all members
tmx::Vector2u Struct Reference

A vector of unsigned integers. More...

#include <tmx/Geometry.h>

Public Attributes

unsigned x
 
unsigned y
 

Detailed Description

A vector of unsigned integers.

Member Data Documentation

unsigned tmx::Vector2u::x

the x coordinate

unsigned tmx::Vector2u::y

the y coordinate