SNAKE_STM32F3
Loading...
Searching...
No Matches
2dspace.h File Reference

Definition of 2D space orientation types. More...

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  vec2_t
 X-Y position type. More...

Enumerations

enum  direction_t {
  UP , DOWN , LEFT , RIGHT ,
  NONE
}
 Movement direction type. More...

Detailed Description

Definition of 2D space orientation types.

Author
bslrd
Date
2026

SPDX-License-Identifier: MIT

Enumeration Type Documentation

◆ direction_t

Movement direction type.

Enumerator
UP 
DOWN 
LEFT 
RIGHT 
NONE