Coverage Control Library
|
Structure to store the parameters of the polygons on the host. More...
#include <generate_world_map.h>
Public Attributes | |
std::vector< float > | x |
std::vector< float > | y |
std::vector< float > | imp |
std::vector< int > | sz |
std::vector< Bounds > | bounds |
int | num_pts = 0 |
int | num_polygons = 0 |
Structure to store the parameters of the polygons on the host.
Definition at line 57 of file generate_world_map.h.
std::vector<Bounds> bounds |
Definition at line 62 of file generate_world_map.h.
std::vector<float> imp |
Definition at line 60 of file generate_world_map.h.
int num_polygons = 0 |
Definition at line 64 of file generate_world_map.h.
int num_pts = 0 |
Definition at line 63 of file generate_world_map.h.
std::vector<int> sz |
Definition at line 61 of file generate_world_map.h.
std::vector<float> x |
Definition at line 58 of file generate_world_map.h.
std::vector<float> y |
Definition at line 59 of file generate_world_map.h.