Coverage Control Library
Loading...
Searching...
No Matches
Bounds Struct Reference

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
 

Detailed Description

Structure to store the rectangular bounds of the polygons.

Definition at line 49 of file generate_world_map.h.

Member Data Documentation

◆ xmax

float xmax = kFloatMin

Definition at line 51 of file generate_world_map.h.

◆ xmin

float xmin = kFloatMax

Definition at line 50 of file generate_world_map.h.

◆ ymax

float ymax = kFloatMin

Definition at line 53 of file generate_world_map.h.

◆ ymin

float ymin = kFloatMax

Definition at line 52 of file generate_world_map.h.