This is the complete list of members for Vector4, including all inherited members.
| dot(const VectorBase< N, Vector4 > &vector) const | VectorBase< 4, Vector4 > | |
| FromStr(const std::string &vector_str) | VectorBase< 4, Vector4 > | static |
| kDimension | VectorBase< 4, Vector4 > | static |
| norm() const | VectorBase< 4, Vector4 > | |
| normalize() | VectorBase< 4, Vector4 > | |
| normalized() const | VectorBase< 4, Vector4 > | |
| Ones() | VectorBase< 4, Vector4 > | static |
| operator!=(const VectorBase< N, Vector4 > &vector) const | VectorBase< 4, Vector4 > | |
| operator+(const VectorBase< N, Vector4 > &vector) const | VectorBase< 4, Vector4 > | |
| operator+=(const VectorBase< N, Vector4 > &vector) | VectorBase< 4, Vector4 > | |
| operator-(const VectorBase< N, Vector4 > &vector) const | VectorBase< 4, Vector4 > | |
| operator/(double scalar) const | VectorBase< 4, Vector4 > | |
| operator=(const VectorBase< N, Vector4 > &other) | VectorBase< 4, Vector4 > | |
| operator=(const VectorBase< N, Vector4 > &&other) | VectorBase< 4, Vector4 > | |
| operator==(const VectorBase< N, Vector4 > &vector) const | VectorBase< 4, Vector4 > | |
| operator[](std::size_t index) const | VectorBase< 4, Vector4 > | |
| operator[](std::size_t index) | VectorBase< 4, Vector4 > | |
| size() const | VectorBase< 4, Vector4 > | |
| to_array() const | VectorBase< 4, Vector4 > | |
| to_str() const | VectorBase< 4, Vector4 > | |
| UnitW() | Vector4 | static |
| UnitX() | Vector4 | static |
| UnitY() | Vector4 | static |
| UnitZ() | Vector4 | static |
| values_ | VectorBase< 4, Vector4 > | protected |
| Vector4() | Vector4 | |
| Vector4(std::initializer_list< double > values) | Vector4 | |
| Vector4(std::array< double, 4 > values) | Vector4 | |
| Vector4(double x, double y, double z, double w) | Vector4 | |
| Vector4(const Vector< 4 > &other) | Vector4 | |
| VectorBase() | VectorBase< 4, Vector4 > | |
| VectorBase(std::array< double, N > values) | VectorBase< 4, Vector4 > | |
| VectorBase(std::initializer_list< double > values) | VectorBase< 4, Vector4 > | |
| VectorBase(const VectorBase< N, Vector4 > &other)=default | VectorBase< 4, Vector4 > | |
| VectorBase(VectorBase< N, Vector4 > &&other)=default | VectorBase< 4, Vector4 > | |
| w() const | Vector4 | |
| w() | Vector4 | |
| x() const | Vector4 | |
| x() | Vector4 | |
| y() const | Vector4 | |
| y() | Vector4 | |
| z() const | Vector4 | |
| z() | Vector4 | |
| Zero() | VectorBase< 4, Vector4 > | static |