turbo::Rectangle< T > Class Template Reference

Class used to define a generic rectangle. More...

#include <Rectangle.hpp>

Public Member Functions

 Rectangle (T width, T height, T x, T y)
 
 Rectangle (const Rectangle< T > &rect)
 
Rectangleoperator= (const Rectangle &rect)
 

Public Attributes

width
 
height
 
x
 
y
 

Detailed Description

template<typename T = unsigned short>
class turbo::Rectangle< T >

Class used to define a generic rectangle.

Template Parameters
unit

The documentation for this class was generated from the following file: