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

This is the complete list of members for spark::math::details::Vector< Impl, T, N >, including all inherited members.

dot(const Impl< T > &other) const noexceptspark::math::details::Vector< Impl, T, N >inline
norm() const noexceptspark::math::details::Vector< Impl, T, N >inline
normalized() const noexceptspark::math::details::Vector< Impl, T, N >inline
operator!=(const Vector &other) const noexceptspark::math::details::Vector< Impl, T, N >inline
operator*(const Impl< T > &other) const noexceptspark::math::details::Vector< Impl, T, N >inline
operator*(const T &value) const noexceptspark::math::details::Vector< Impl, T, N >inline
operator*=(const Vector &other) noexceptspark::math::details::Vector< Impl, T, N >inline
operator+(const Impl< T > &other) const noexceptspark::math::details::Vector< Impl, T, N >inline
operator+=(const Vector &other) noexceptspark::math::details::Vector< Impl, T, N >inline
operator-(const Impl< T > &other) const noexceptspark::math::details::Vector< Impl, T, N >inline
operator-() const noexceptspark::math::details::Vector< Impl, T, N >inline
operator-=(const Vector &other) noexceptspark::math::details::Vector< Impl, T, N >inline
operator/(const Impl< T > &other) const noexceptspark::math::details::Vector< Impl, T, N >inline
operator/(const T &value) const noexceptspark::math::details::Vector< Impl, T, N >inline
operator/=(const T &value) noexceptspark::math::details::Vector< Impl, T, N >inline
operator==(const Vector &other) const noexceptspark::math::details::Vector< Impl, T, N >inline
swap(Vector &lhs, Vector &rhs) noexceptspark::math::details::Vector< Impl, T, N >friend
Vector(std::array< std::reference_wrapper< T >, N > values)spark::math::details::Vector< Impl, T, N >inlineexplicit