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