RoboidControl
|
2-dimensional Vector representation More...
#include <Vector2.h>
Public Attributes | |
float | x |
The right axis of the vector. | |
float | y |
The upward/forward axis of the vector. | |
2-dimensional Vector representation
This is a C-style implementation This uses the right-handed coordinate system.
float Vec2::x |
The right axis of the vector.
float Vec2::y |
The upward/forward axis of the vector.