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

Describes a rectangular area, such as an AABB (axis aligned bounding box) More...

#include <Types.hpp>

Public Member Functions

 Rectangle (T l, T t, T w, T h)
 
 Rectangle (Vector2< T > position, Vector2< T > size)
 

Public Attributes

left
 
top
 
width
 
height
 

Detailed Description

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

Describes a rectangular area, such as an AABB (axis aligned bounding box)


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