add(Vector a, Vector b) | Vector | [static] |
crossProduct(Vector a, Vector b) | Vector | [static] |
dotProduct(Vector a, Vector b) | Vector | [static] |
length() | Vector | |
matrixMul(Matrix a) | Vector | |
normalize() | Vector | |
rotate(Vector a, Vector b, Vector axis, float angle) | Vector | [static] |
scale(Vector a, float factor) | Vector | [static] |
set(float x, float y, float z) | Vector | |
subtract(Vector a, Vector b) | Vector | [static] |
Vector(void) | Vector | |
Vector(float x, float y, float z) | Vector | |
x | Vector | |
y | Vector | |
z | Vector | |
~Vector(void) | Vector |