Leonetienne/Eule
Homemade math library, mainly targetted towards computer graphics
Rect.h
Go to the documentation of this file.
1 #pragma once
2 #include "../Eule/Vector2.h"
3 
4 namespace Eule
5 {
8  struct Rect
9  {
12  };
13 }
Eule::Rect
Trivial data structure representing a rectangle.
Definition: Rect.h:8
Eule::Rect::size
Vector2d size
Definition: Rect.h:11
Eule::Vector2< double >
Eule::Rect::pos
Vector2d pos
Definition: Rect.h:10
Eule
Definition: Collider.h:4