RoboidControl for Arduino
|
3-dimensional Vector representation More...
#include <Vector3.h>
Public Attributes | |
float | x |
The right axis of the vector. | |
float | y |
The upward axis of the vector. | |
float | z |
The forward axis of the vector. | |
3-dimensional Vector representation
This is a C-style implementation This uses the right-handed coordinate system.
float Vec3::x |
The right axis of the vector.
float Vec3::y |
The upward axis of the vector.
float Vec3::z |
The forward axis of the vector.