Classes | |
class | Vec4 |
Defines 4-element floating point vector. More... | |
Functions | |
const Vec4 | (float x, const Vec4 &v) |
Calculates the scalar product of the given vector with the given value. More... | |
Calculates the scalar product of the given vector with the given value.
x | The value to scale by. |
v | The vector to scale. |