Rectangle2D

Description

Represents a rectangle and angle of its rotation.

struct Rectangle2D
{
	Point2D origin;
	float angle;
	float width;
	float height;
};