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

Public Member Functions

void SetZero ()
 

Public Attributes

int left = 0
 
int right = 0
 
int bottom = 0
 
int top = 0
 
int width = 0
 
int height = 0
 

Detailed Description

Definition at line 42 of file map_utils.h.

Member Function Documentation

◆ SetZero()

void SetZero ( )
inline

Definition at line 45 of file map_utils.h.

Member Data Documentation

◆ bottom

int bottom = 0

Definition at line 43 of file map_utils.h.

◆ height

int height = 0

Definition at line 44 of file map_utils.h.

◆ left

int left = 0

Definition at line 43 of file map_utils.h.

◆ right

int right = 0

Definition at line 43 of file map_utils.h.

◆ top

int top = 0

Definition at line 43 of file map_utils.h.

◆ width

int width = 0

Definition at line 44 of file map_utils.h.