| unlogic
    | 
#include <Rect.h>
 
  
| Public Member Functions | |
| Rect (std::array< glm::vec2, 4 > const &corners) | |
| Rect (glm::vec2 const ¢er, glm::vec2 const &size) | |
| Rect ()=default | |
|  Public Member Functions inherited from unlogic::Shape | |
| std::vector< Vertex > const & | GetVertices () const | 
| virtual | ~Shape ()=default | 
| Additional Inherited Members | |
|  Protected Attributes inherited from unlogic::Shape | |
| Color | color = Color::Green | 
| std::vector< Vertex > | vertices | 
| 
 | default |