|
Smolgui
Immediate gui library based on SFML
|
Polygon is a series of N points, ranged in clock-wise order and that form a convex shape. More...
#include <Polygon.h>
Public Attributes | |
| std::array< sf::Vector2f, N > | points |
Polygon is a series of N points, ranged in clock-wise order and that form a convex shape.
| std::array<sf::Vector2f, N> sgui::Polygon< N >::points |