tmxlite
lightweight Tiled tmx map parser for C++
|
Two dimensional vector used to store points and positions. More...
#include <Types.hpp>
Public Member Functions | |
Vector2 (T x, T y) | |
Public Attributes | |
T | x |
T | y |
Two dimensional vector used to store points and positions.