Ultralight C++ API 1.4.0
|
This is the complete list of members for vec3, including all inherited members.
clamp(const vec3 &x, const vec3 &minVal, const vec3 &maxVal) | vec3 | friend |
distance(const vec3 &a, const vec3 &b) | vec3 | friend |
dot(const vec3 &a, const vec3 &b) | vec3 | friend |
length(const vec3 &a) | vec3 | friend |
max_(const vec3 &a, const vec3 &b) | vec3 | friend |
min_(const vec3 &a, const vec3 &b) | vec3 | friend |
mix(const vec3 &a, const vec3 &b, float t) | vec3 | friend |
normalize(const vec3 &a) | vec3 | friend |
operator!=(const vec3 &a, const vec3 &b) | vec3 | friend |
operator*(vec3 lhs, const vec3 &rhs) | vec3 | friend |
operator*(vec3 lhs, float rhs) | vec3 | friend |
operator*=(const vec3 &rhs) | vec3 | inline |
operator*=(float rhs) | vec3 | inline |
operator+(vec3 lhs, const vec3 &rhs) | vec3 | friend |
operator+(vec3 lhs, float rhs) | vec3 | friend |
operator+=(const vec3 &rhs) | vec3 | inline |
operator+=(float rhs) | vec3 | inline |
operator-(vec3 lhs, const vec3 &rhs) | vec3 | friend |
operator-(vec3 lhs, float rhs) | vec3 | friend |
operator-=(const vec3 &rhs) | vec3 | inline |
operator-=(float rhs) | vec3 | inline |
operator/(vec3 lhs, const vec3 &rhs) | vec3 | friend |
operator/(vec3 lhs, float rhs) | vec3 | friend |
operator/=(const vec3 &rhs) | vec3 | inline |
operator/=(float rhs) | vec3 | inline |
operator==(const vec3 &a, const vec3 &b) | vec3 | friend |
vec3() | vec3 | inline |
vec3(float x, float y, float z) | vec3 | inline |
vec3(float x) | vec3 | inline |
x | vec3 | |
y | vec3 | |
z | vec3 |