#include <math/Vector2.h>
Public Member Functions | |
| Vector2f (float e0, float e1) | |
| Vector2f (const Vector2f &v2) | |
| Vector2f (const Vector2 &v2) | |
| float & | operator[] (int i) |
| float | operator[] (int i) const |
Public Attributes | |
| float | e [2] |
Vector2f stores its two components using single precision floating point values and is cast up to a Vector2 for computations.
1.4.3