| distance(const Self &v) const | sead::Vector4< T > | inline |
| divScalar(T t) | sead::Vector4< T > | |
| dot(const Self &t) const | sead::Vector4< T > | inline |
| ew | sead::Vector4< T > | static |
| ew(0.0f, 0.0f, 0.0f, 1.0f) | sead::Vector4< T > | |
| ex | sead::Vector4< T > | static |
| ex(1.0f, 0.0f, 0.0f, 0.0f) | sead::Vector4< T > | |
| ey | sead::Vector4< T > | static |
| ey(0.0f, 1.0f, 0.0f, 0.0f) | sead::Vector4< T > | |
| ez | sead::Vector4< T > | static |
| ez(0.0f, 0.0f, 1.0f, 0.0f) | sead::Vector4< T > | |
| length() const | sead::Vector4< T > | inline |
| multScalar(T t) | sead::Vector4< T > | inline |
| normalize() | sead::Vector4< T > | inline |
| ones | sead::Vector4< T > | static |
| ones(1.0f, 1.0f, 1.0f, 1.0f) | sead::Vector4< T > | |
| operator!=(const Self &v) const | sead::Vector4< T > | inline |
| operator*(T t) const | sead::Vector4< T > | inline |
| operator*=(T t) | sead::Vector4< T > | inline |
| operator+(const Self &v) const | sead::Vector4< T > | inline |
| operator+=(const Self &v) | sead::Vector4< T > | inline |
| operator-(const Self &v) const | sead::Vector4< T > | inline |
| operator-() const | sead::Vector4< T > | inline |
| operator-=(const Self &v) | sead::Vector4< T > | inline |
| operator/(T t) const | sead::Vector4< T > | inline |
| operator/=(T t) | sead::Vector4< T > | inline |
| operator=(const Self &v) | sead::Vector4< T > | inline |
| operator==(const Self &v) const | sead::Vector4< T > | inline |
| Self typedef | sead::Vector4< T > | private |
| set(const Self &v) | sead::Vector4< T > | inline |
| set(T x_, T y_, T z_, T w_) | sead::Vector4< T > | inline |
| set(const Vec2 &vec2, T z_, T w_) | sead::Vector4< T > | inline |
| set(const Vec3 &vec3, T w_) | sead::Vector4< T > | inline |
| setLerp(const Self &a, const Self &b, f32 ratio) | sead::Vector4< T > | inline |
| setNormalize(const Self &v) | sead::Vector4< T > | inline |
| squaredDistance(const Self &v) const | sead::Vector4< T > | inline |
| squaredLength() const | sead::Vector4< T > | inline |
| ValueType typedef | sead::Vector4< T > | |
| Vec2 typedef | sead::Vector4< T > | private |
| Vec3 typedef | sead::Vector4< T > | private |
| Vector4() | sead::Vector4< T > | inline |
| Vector4(T x_, T y_, T z_, T w_) | sead::Vector4< T > | inline |
| Vector4(const Vec2 &vec2, T z_, T w_) | sead::Vector4< T > | inline |
| Vector4(const Vec3 &vec3, T w_) | sead::Vector4< T > | inline |
| Vector4(const Vector4 &other)=default | sead::Vector4< T > | |
| w | sead::Policies< T >::Vec4Base | |
| x | sead::Policies< T >::Vec4Base | |
| y | sead::Policies< T >::Vec4Base | |
| z | sead::Policies< T >::Vec4Base | |
| zero | sead::Vector4< T > | static |
| zero(0.0f, 0.0f, 0.0f, 0.0f) | sead::Vector4< T > | |