|
Coverage Control Library
|
Structure to store the rectangular bounds of the polygons. More...
#include <generate_world_map.h>
Public Attributes | |
| float | xmin = kFloatMax |
| float | xmax = kFloatMin |
| float | ymin = kFloatMax |
| float | ymax = kFloatMin |
Structure to store the rectangular bounds of the polygons.
Definition at line 49 of file generate_world_map.h.
| float xmax = kFloatMin |
Definition at line 51 of file generate_world_map.h.
| float xmin = kFloatMax |
Definition at line 50 of file generate_world_map.h.
| float ymax = kFloatMin |
Definition at line 53 of file generate_world_map.h.
| float ymin = kFloatMax |
Definition at line 52 of file generate_world_map.h.