Coverage Control Library
|
A struct to store a polygon feature and a uniform importance value. More...
#include <typedefs.h>
Public Member Functions | |
PolygonFeature () | |
PolygonFeature (PointVector const &p, float const i) | |
Public Attributes | |
PointVector | poly |
float | imp = 0 |
int | size = 0 |
A struct to store a polygon feature and a uniform importance value.
Definition at line 56 of file typedefs.h.
|
inline |
Definition at line 60 of file typedefs.h.
|
inline |
Definition at line 61 of file typedefs.h.
float imp = 0 |
Importance of the polygon
Definition at line 58 of file typedefs.h.
PointVector poly |
Definition at line 57 of file typedefs.h.
int size = 0 |
Number of vertices in the polygon
Definition at line 59 of file typedefs.h.