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