| castTo() const noexcept | spark::math::Vector2< T > | |
| dot(const Vector2< T > &other) const noexcept | spark::math::details::Vector< Vector2, T, 2 > | inline |
| norm() const noexcept | spark::math::details::Vector< Vector2, T, 2 > | inline |
| normalized() const noexcept | spark::math::details::Vector< Vector2, T, 2 > | inline |
| operator!=(const Vector &other) const noexcept | spark::math::details::Vector< Vector2, T, 2 > | inline |
| operator*(const Vector2< T > &other) const noexcept | spark::math::details::Vector< Vector2, T, 2 > | inline |
| operator*(const T &value) const noexcept | spark::math::details::Vector< Vector2, T, 2 > | inline |
| operator*=(const Vector &other) noexcept | spark::math::details::Vector< Vector2, T, 2 > | inline |
| operator+(const Vector2< T > &other) const noexcept | spark::math::details::Vector< Vector2, T, 2 > | inline |
| operator+=(const Vector &other) noexcept | spark::math::details::Vector< Vector2, T, 2 > | inline |
| operator-(const Vector2< T > &other) const noexcept | spark::math::details::Vector< Vector2, T, 2 > | inline |
| operator-() const noexcept | spark::math::details::Vector< Vector2, T, 2 > | inline |
| operator-=(const Vector &other) noexcept | spark::math::details::Vector< Vector2, T, 2 > | inline |
| operator/(const Vector2< T > &other) const noexcept | spark::math::details::Vector< Vector2, T, 2 > | inline |
| operator/(const T &value) const noexcept | spark::math::details::Vector< Vector2, T, 2 > | inline |
| operator/=(const T &value) noexcept | spark::math::details::Vector< Vector2, T, 2 > | inline |
| operator=(const Vector2 &other) (defined in spark::math::Vector2< T >) | spark::math::Vector2< T > | |
| operator=(Vector2 &&other) noexcept (defined in spark::math::Vector2< T >) | spark::math::Vector2< T > | |
| operator==(const Vector &other) const noexcept | spark::math::details::Vector< Vector2, T, 2 > | inline |
| Vector(std::array< std::reference_wrapper< T >, N > values) | spark::math::details::Vector< Vector2, T, 2 > | inlineexplicit |
| Vector2() | spark::math::Vector2< T > | |
| Vector2(T x_value, T y_value) noexcept | spark::math::Vector2< T > | |
| Vector2(const Vector2 &other) (defined in spark::math::Vector2< T >) | spark::math::Vector2< T > | |
| Vector2(Vector2 &&other) noexcept (defined in spark::math::Vector2< T >) | spark::math::Vector2< T > | |
| x (defined in spark::math::Vector2< T >) | spark::math::Vector2< T > | |
| y (defined in spark::math::Vector2< T >) | spark::math::Vector2< T > | |
| ~Vector2()=default (defined in spark::math::Vector2< T >) | spark::math::Vector2< T > | |