|
ra8-firmware 0.1.0
Bare-metal firmware for the Renesas RA8 family (RA8D2 / RA8P1)
|
Direction vector for 2D grid navigation. More...
Data Fields | |
| int32_t | delta_row |
| Row offset step. | |
| int32_t | delta_col |
| Column offset step. | |
Direction vector for 2D grid navigation.
Definition at line 31 of file alphabet_soup.c.
| int32_t soup_dir_t::delta_col |
Column offset step.
Definition at line 33 of file alphabet_soup.c.
Referenced by internal_check_cell(), and internal_match_ray().
| int32_t soup_dir_t::delta_row |
Row offset step.
Definition at line 32 of file alphabet_soup.c.
Referenced by internal_check_cell(), and internal_match_ray().