tmxlite
lightweight Tiled tmx map parser for C++
Public Member Functions | Public Attributes | List of all members
tmx::Vector2< T > Struct Template Referencefinal

Two dimensional vector used to store points and positions. More...

#include <Types.hpp>

Public Member Functions

 Vector2 (T x, T y)
 

Public Attributes

x
 
y
 

Detailed Description

template<class T>
struct tmx::Vector2< T >

Two dimensional vector used to store points and positions.


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