GameKit  0.0.1a
C++ gamedev tools
Classes | Namespaces | Typedefs
Rect.hpp File Reference
#include <algorithm>
#include "gk/core/Vector2.hpp"

Go to the source code of this file.

Classes

class  gk::Rect< T >
 Utility class for manipulating 2D axis aligned rectangles. More...
 

Namespaces

 gk
 

Typedefs

using gk::IntRect = Rect< int >
 
using gk::FloatRect = Rect< float >