|
unlogic
|
#include <Shape.h>
Public Member Functions | |
| std::vector< Vertex > const & | GetVertices () const |
| virtual | ~Shape ()=default |
Protected Attributes | |
| Color | color = Color::Green |
| std::vector< Vertex > | vertices |
|
virtualdefault |
|
protected |