Gin
Loading...
Searching...
No Matches
Public Attributes | List of all members
Polygon< T > Class Template Reference

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.
 

Detailed Description

template<typename T>
class Polygon< T >

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.

See also
points

Member Data Documentation

◆ points

template<typename T >
juce::Array<Point<T> > Polygon< T >::points

The array of points defining the polygon's vertices.


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