RoboidControl for Arduino
Loading...
Searching...
No Matches
Public Attributes | List of all members
Vec2 Struct Reference

2-dimensional Vector representation More...

#include <Vector2.h>

Inheritance diagram for Vec2:
Vector2

Public Attributes

float x
 The right axis of the vector.
 
float y
 The upward/forward axis of the vector.
 

Detailed Description

2-dimensional Vector representation

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

Member Data Documentation

◆ x

float Vec2::x

The right axis of the vector.

◆ y

float Vec2::y

The upward/forward axis of the vector.


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