ra8-firmware 0.1.0
Bare-metal firmware for the Renesas RA8 family (RA8D2 / RA8P1)
Loading...
Searching...
No Matches
soup_dir_t Struct Reference

Direction vector for 2D grid navigation. More...

Data Fields

int32_t delta_row
 Row offset step.
int32_t delta_col
 Column offset step.

Detailed Description

Direction vector for 2D grid navigation.

Definition at line 31 of file alphabet_soup.c.

Field Documentation

◆ delta_col

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().

◆ delta_row

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().


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