![]() |
RoboidControl
|
3-dimensional Vector representation More...
#include <Vector3.h>
Protected 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.
|
protected |
The right axis of the vector.
|
protected |
The upward axis of the vector.
|
protected |
The forward axis of the vector.