galaxy 1.0.0
Real-Time C++23 Game Programming Framework. Built on data-driven design principles and agile software engineering.
Loading...
Searching...
No Matches
Rect.hpp File Reference
#include <compare>
#include <glm/vec2.hpp>
#include "galaxy/meta/Concepts.hpp"
+ Include dependency graph for Rect.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  galaxy::Rect< Type >
 Represents a rectangle object. More...
 

Namespaces

namespace  galaxy
 Timer.hpp galaxy.
 

Typedefs

typedef Rect< int > galaxy::iRect
 Type definition for an int rectangle.
 
typedef Rect< float > galaxy::fRect
 Type definition for a floating point rectangle.