|
MathFu
An open source project by
FPL.
|
This is the complete list of members for mathfu::Vector< float, 4 >, including all inherited members.
| data_ (defined in mathfu::Vector< float, 4 >) | mathfu::Vector< float, 4 > | |
| DotProduct(const Vector< float, 4 > &v1, const Vector< float, 4 > &v2) (defined in mathfu::Vector< float, 4 >) | mathfu::Vector< float, 4 > | inlinestatic |
| FromType(const CompatibleT &compatible) (defined in mathfu::Vector< float, 4 >) | mathfu::Vector< float, 4 > | inlinestatic |
| HadamardProduct(const Vector< float, 4 > &v1, const Vector< float, 4 > &v2) (defined in mathfu::Vector< float, 4 >) | mathfu::Vector< float, 4 > | inlinestatic |
| Length() const (defined in mathfu::Vector< float, 4 >) | mathfu::Vector< float, 4 > | inline |
| LengthSquared() const (defined in mathfu::Vector< float, 4 >) | mathfu::Vector< float, 4 > | inline |
| Lerp(const Vector< float, 4 > &v1, const Vector< float, 4 > &v2, float percent) (defined in mathfu::Vector< float, 4 >) | mathfu::Vector< float, 4 > | inlinestatic |
| Matrix (defined in mathfu::Vector< float, 4 >) | mathfu::Vector< float, 4 > | friend |
| Max(const Vector< float, 4 > &v1, const Vector< float, 4 > &v2) (defined in mathfu::Vector< float, 4 >) | mathfu::Vector< float, 4 > | inlinestatic |
| Min(const Vector< float, 4 > &v1, const Vector< float, 4 > &v2) (defined in mathfu::Vector< float, 4 >) | mathfu::Vector< float, 4 > | inlinestatic |
| Normalize() (defined in mathfu::Vector< float, 4 >) | mathfu::Vector< float, 4 > | inline |
| Normalized() const (defined in mathfu::Vector< float, 4 >) | mathfu::Vector< float, 4 > | inline |
| operator!=(const Vector< float, 4 > &v) const (defined in mathfu::Vector< float, 4 >) | mathfu::Vector< float, 4 > | inline |
| operator()(const int i) (defined in mathfu::Vector< float, 4 >) | mathfu::Vector< float, 4 > | inline |
| operator()(const int i) const (defined in mathfu::Vector< float, 4 >) | mathfu::Vector< float, 4 > | inline |
| operator*(const Vector< float, 4 > &v) const (defined in mathfu::Vector< float, 4 >) | mathfu::Vector< float, 4 > | inline |
| operator*(const float &s) const (defined in mathfu::Vector< float, 4 >) | mathfu::Vector< float, 4 > | inline |
| operator*=(const Vector< float, 4 > &v) (defined in mathfu::Vector< float, 4 >) | mathfu::Vector< float, 4 > | inline |
| operator*=(const float &s) (defined in mathfu::Vector< float, 4 >) | mathfu::Vector< float, 4 > | inline |
| operator+(const Vector< float, 4 > &v) const (defined in mathfu::Vector< float, 4 >) | mathfu::Vector< float, 4 > | inline |
| operator+(const float &s) const (defined in mathfu::Vector< float, 4 >) | mathfu::Vector< float, 4 > | inline |
| operator+=(const Vector< float, 4 > &v) (defined in mathfu::Vector< float, 4 >) | mathfu::Vector< float, 4 > | inline |
| operator+=(const float &s) (defined in mathfu::Vector< float, 4 >) | mathfu::Vector< float, 4 > | inline |
| operator-() const (defined in mathfu::Vector< float, 4 >) | mathfu::Vector< float, 4 > | inline |
| operator-(const Vector< float, 4 > &v) const (defined in mathfu::Vector< float, 4 >) | mathfu::Vector< float, 4 > | inline |
| operator-(const float &s) const (defined in mathfu::Vector< float, 4 >) | mathfu::Vector< float, 4 > | inline |
| operator-=(const Vector< float, 4 > &v) (defined in mathfu::Vector< float, 4 >) | mathfu::Vector< float, 4 > | inline |
| operator-=(const float &s) (defined in mathfu::Vector< float, 4 >) | mathfu::Vector< float, 4 > | inline |
| operator/(const Vector< float, 4 > &v) const (defined in mathfu::Vector< float, 4 >) | mathfu::Vector< float, 4 > | inline |
| operator/(const float &s) const (defined in mathfu::Vector< float, 4 >) | mathfu::Vector< float, 4 > | inline |
| operator/=(const Vector< float, 4 > &v) (defined in mathfu::Vector< float, 4 >) | mathfu::Vector< float, 4 > | inline |
| operator/=(const float &s) (defined in mathfu::Vector< float, 4 >) | mathfu::Vector< float, 4 > | inline |
| operator==(const Vector< float, 4 > &v) const (defined in mathfu::Vector< float, 4 >) | mathfu::Vector< float, 4 > | inline |
| operator[](const int i) (defined in mathfu::Vector< float, 4 >) | mathfu::Vector< float, 4 > | inline |
| operator[](const int i) const (defined in mathfu::Vector< float, 4 >) | mathfu::Vector< float, 4 > | inline |
| Pack(VectorPacked< float, 4 > *const vector) const (defined in mathfu::Vector< float, 4 >) | mathfu::Vector< float, 4 > | inline |
| RandomInRange(const Vector< float, 4 > &min, const Vector< float, 4 > &max) | mathfu::Vector< float, 4 > | inlinestatic |
| Scalar typedef (defined in mathfu::Vector< float, 4 >) | mathfu::Vector< float, 4 > | |
| simd (defined in mathfu::Vector< float, 4 >) | mathfu::Vector< float, 4 > | |
| ToType(const Vector< float, 4 > &v) (defined in mathfu::Vector< float, 4 >) | mathfu::Vector< float, 4 > | inlinestatic |
| Vector() (defined in mathfu::Vector< float, 4 >) | mathfu::Vector< float, 4 > | inline |
| Vector(const Vector< float, 4 > &v) (defined in mathfu::Vector< float, 4 >) | mathfu::Vector< float, 4 > | inline |
| Vector(const Vector< int, 4 > &v) (defined in mathfu::Vector< float, 4 >) | mathfu::Vector< float, 4 > | inlineexplicit |
| Vector(const simd4f &v) (defined in mathfu::Vector< float, 4 >) | mathfu::Vector< float, 4 > | inlineexplicit |
| Vector(const float &s) (defined in mathfu::Vector< float, 4 >) | mathfu::Vector< float, 4 > | inlineexplicit |
| Vector(const float &s1, const float &s2, const float &s3, const float &s4) (defined in mathfu::Vector< float, 4 >) | mathfu::Vector< float, 4 > | inline |
| Vector(const float *v) (defined in mathfu::Vector< float, 4 >) | mathfu::Vector< float, 4 > | inlineexplicit |
| Vector(const Vector< float, 3 > &vector3, const float &value) (defined in mathfu::Vector< float, 4 >) | mathfu::Vector< float, 4 > | inline |
| Vector(const Vector< float, 2 > &vector12, const Vector< float, 2 > &vector34) (defined in mathfu::Vector< float, 4 >) | mathfu::Vector< float, 4 > | inline |
| Vector(const VectorPacked< float, 4 > &vector) (defined in mathfu::Vector< float, 4 >) | mathfu::Vector< float, 4 > | inlineexplicit |
| w (defined in mathfu::Vector< float, 4 >) | mathfu::Vector< float, 4 > | |
| x (defined in mathfu::Vector< float, 4 >) | mathfu::Vector< float, 4 > | |
| xy() (defined in mathfu::Vector< float, 4 >) | mathfu::Vector< float, 4 > | inline |
| xy() const (defined in mathfu::Vector< float, 4 >) | mathfu::Vector< float, 4 > | inline |
| xyz() | mathfu::Vector< float, 4 > | inline |
| xyz() const (defined in mathfu::Vector< float, 4 >) | mathfu::Vector< float, 4 > | inline |
| y (defined in mathfu::Vector< float, 4 >) | mathfu::Vector< float, 4 > | |
| z (defined in mathfu::Vector< float, 4 >) | mathfu::Vector< float, 4 > | |
| zw() (defined in mathfu::Vector< float, 4 >) | mathfu::Vector< float, 4 > | inline |
| zw() const (defined in mathfu::Vector< float, 4 >) | mathfu::Vector< float, 4 > | inline |