Ultralight C++ API 1.4.0
|
This is the complete list of members for vec4, including all inherited members.
load(const float *val) | vec4 | inline |
max_(const vec4 &a, const vec4 &b) | vec4 | friend |
min_(const vec4 &a, const vec4 &b) | vec4 | friend |
operator!=(const vec4 &a, const vec4 &b) | vec4 | friend |
operator*(vec4 lhs, const vec4 &rhs) | vec4 | friend |
operator*(vec4 lhs, float rhs) | vec4 | friend |
operator*=(const vec4 &rhs) | vec4 | inline |
operator*=(float rhs) | vec4 | inline |
operator+(vec4 lhs, const vec4 &rhs) | vec4 | friend |
operator+(vec4 lhs, float rhs) | vec4 | friend |
operator+=(const vec4 &rhs) | vec4 | inline |
operator+=(float rhs) | vec4 | inline |
operator-(vec4 lhs, const vec4 &rhs) | vec4 | friend |
operator-(vec4 lhs, float rhs) | vec4 | friend |
operator-=(const vec4 &rhs) | vec4 | inline |
operator-=(float rhs) | vec4 | inline |
operator/(vec4 lhs, const vec4 &rhs) | vec4 | friend |
operator/(vec4 lhs, float rhs) | vec4 | friend |
operator/=(const vec4 &rhs) | vec4 | inline |
operator/=(float rhs) | vec4 | inline |
operator==(const vec4 &a, const vec4 &b) | vec4 | friend |
store(float *val) const | vec4 | inline |
vec4() | vec4 | inline |
vec4(float x, float y, float z, float w) | vec4 | inline |
vec4(float x) | vec4 | inline |
vec4(const float val[4]) | vec4 | inline |
w | vec4 | |
x | vec4 | |
y | vec4 | |
z | vec4 |