SPARK  0.1.0
A general purpose game engine written in C++.
Loading...
Searching...
No Matches
spark::math::Vector2< T > Member List

This is the complete list of members for spark::math::Vector2< T >, including all inherited members.

castTo() const noexceptspark::math::Vector2< T >
dot(const Vector2< T > &other) const noexceptspark::math::details::Vector< Vector2, T, 2 >inline
norm() const noexceptspark::math::details::Vector< Vector2, T, 2 >inline
normalized() const noexceptspark::math::details::Vector< Vector2, T, 2 >inline
operator!=(const Vector &other) const noexceptspark::math::details::Vector< Vector2, T, 2 >inline
operator*(const Vector2< T > &other) const noexceptspark::math::details::Vector< Vector2, T, 2 >inline
operator*(const T &value) const noexceptspark::math::details::Vector< Vector2, T, 2 >inline
operator*=(const Vector &other) noexceptspark::math::details::Vector< Vector2, T, 2 >inline
operator+(const Vector2< T > &other) const noexceptspark::math::details::Vector< Vector2, T, 2 >inline
operator+=(const Vector &other) noexceptspark::math::details::Vector< Vector2, T, 2 >inline
operator-(const Vector2< T > &other) const noexceptspark::math::details::Vector< Vector2, T, 2 >inline
operator-() const noexceptspark::math::details::Vector< Vector2, T, 2 >inline
operator-=(const Vector &other) noexceptspark::math::details::Vector< Vector2, T, 2 >inline
operator/(const Vector2< T > &other) const noexceptspark::math::details::Vector< Vector2, T, 2 >inline
operator/(const T &value) const noexceptspark::math::details::Vector< Vector2, T, 2 >inline
operator/=(const T &value) noexceptspark::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 noexceptspark::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) noexceptspark::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 >