playerc_map_t Struct Reference

Map proxy data. More...

#include <playerc.h>

List of all members.

Public Attributes

playerc_device_t info
 Device info; must be at the start of all device structures.
double resolution
 Map resolution, m/cell.
int width
 Map size, in cells.
int height
double origin [2]
 Map origin, in meters (i.e., the real-world coordinates of cell 0,0)
char * cells
 Occupancy for each cell (empty = -1, unknown = 0, occupied = +1)
double vminx
 Vector-based version of the map (call playerc_map_get_vector() to fill this in).
double vminy
double vmaxx
double vmaxy
int num_segments
player_segment_tsegments

Detailed Description

Map proxy data.


Member Data Documentation

Device info; must be at the start of all device structures.

Vector-based version of the map (call playerc_map_get_vector() to fill this in).


The documentation for this struct was generated from the following file:

Last updated 25 May 2011 21:17:00