|
Gin
|
A simple polygon defined by a series of points. More...
#include <gin_geometry.h>
Public Attributes | |
| juce::Array< Point< T > > | points |
| The array of points defining the polygon's vertices. | |
A simple polygon defined by a series of points.
This class represents a polygon as an ordered collection of points. The points define the vertices of the polygon in sequence.
The array of points defining the polygon's vertices.