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) | |
| Rectangle & | operator= (const Rectangle &rect) |
Public Attributes | |
| T | width |
| T | height |
| T | x |
| T | 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:
- include/turbo/Rectangle.hpp
1.9.1