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 |
Additional Inherited Members | |
Protected Attributes inherited from unlogic::Shape | |
Color | color = Color::Green |
std::vector< Vertex > | vertices |
|
default |