#include <assert.h>
#include <math.h>
#include <stdlib.h>
#include <string.h>
#include <stdio.h>
#include "gmcl/map/map.h"
Go to the source code of this file.
◆ energy_map_alloc()
energy_map_t* energy_map_alloc |
( |
map_t * |
map, |
|
|
double |
resoultion_x, |
|
|
double |
resoultion_y, |
|
|
size_t |
max_beams, |
|
|
double |
laser_min_range, |
|
|
double |
laser_max_range |
|
) |
| |
Definition at line 68 of file map.c.
◆ energy_map_free()
◆ map_alloc()
map_t* map_alloc |
( |
void |
| ) |
|
Definition at line 46 of file map.c.
◆ map_free()
void map_free |
( |
map_t * |
map | ) |
|
◆ map_get_cell()