Coverage Control Library
|
Structure to store the parameters of the polygons on the device. More...
#include <generate_world_map.h>
Public Attributes | |
float * | x = nullptr |
float * | y = nullptr |
float * | imp = nullptr |
int * | sz = nullptr |
Bounds * | bounds = nullptr |
int | num_pts = 0 |
int | num_polygons = 0 |
Structure to store the parameters of the polygons on the device.
Definition at line 68 of file generate_world_map.h.
Bounds* bounds = nullptr |
Definition at line 73 of file generate_world_map.h.
float* imp = nullptr |
Definition at line 71 of file generate_world_map.h.
int num_polygons = 0 |
Definition at line 75 of file generate_world_map.h.
int num_pts = 0 |
Definition at line 74 of file generate_world_map.h.
int* sz = nullptr |
Definition at line 72 of file generate_world_map.h.
float* x = nullptr |
Definition at line 69 of file generate_world_map.h.
float* y = nullptr |
Definition at line 70 of file generate_world_map.h.