Leonetienne/Eule
Homemade math library, mainly targetted towards computer graphics
Eule
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
{
10
Vector2d
pos
;
11
Vector2d
size
;
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
Generated on Mon Nov 15 2021 11:45:52 for Leonetienne/Eule by
1.8.17