Classes | |
| class | Vec3 |
| Defines a 3-element floating point vector. More... | |
Functions | |
| const Vec3 | (float x, const Vec3 &v) |
| Calculates the scalar product of the given vector with the given value. More... | |
| local | ( local x, local 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. |
|
inline |
Calculates the scalar product of the given vector with the given value.
| x | The value to scale by. |
| v | The vector to scale. |
|
inline |
Calculates the scalar product of the given vector with the given value.
| x | The value to scale by. |
| v | The vector to scale. |