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... | |
var | ( var x, var 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. |