RoboidControl for Arduino
Loading...
Searching...
No Matches
Classes | Typedefs
Vector2.h File Reference

Go to the source code of this file.

Classes

struct  Vec2
 2-dimensional Vector representation More...
 
struct  Vector2
 A 2-dimensional vector. More...
 

Typedefs

typedef struct Vec2 Vec2
 2-dimensional Vector representation
 

Typedef Documentation

◆ Vec2

typedef struct Vec2 Vec2

2-dimensional Vector representation

This is a C-style implementation This uses the right-handed coordinate system.