libpromeki main
PROfessional MEdia toolKIt
 
Loading...
Searching...
No Matches
rect.h File Reference
#include <algorithm>
#include <promeki/core/namespace.h>
#include <promeki/core/point.h>
#include <promeki/core/size2d.h>
Include dependency graph for rect.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Rect< T >
 2D rectangle defined by position and size. More...
 

Typedefs

using Rect2Di32 = Rect< int32_t >
 2D rectangle with int32_t components.
 
using Rect2Df = Rect< float >
 2D rectangle with float components.
 
using Rect2Dd = Rect< double >
 2D rectangle with double components.
 

Detailed Description

See LICENSE file in the project root folder for license information.