Smolgui
Immediate gui library based on SFML
Loading...
Searching...
No Matches
sgui::Polygon< N > Struct Template Reference

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

Detailed Description

template<size_t N>
struct sgui::Polygon< N >

Polygon is a series of N points, ranged in clock-wise order and that form a convex shape.

Member Data Documentation

◆ points

template<size_t N>
std::array<sf::Vector2f, N> sgui::Polygon< N >::points

The documentation for this struct was generated from the following file: