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

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

castTo() const noexceptspark::math::Vector4< T >
dot(const Vector4< T > &other) const noexceptspark::math::details::Vector< Vector4, T, 4 >inline
norm() const noexceptspark::math::details::Vector< Vector4, T, 4 >inline
normalized() const noexceptspark::math::details::Vector< Vector4, T, 4 >inline
operator!=(const Vector &other) const noexceptspark::math::details::Vector< Vector4, T, 4 >inline
operator*(const Vector4< T > &other) const noexceptspark::math::details::Vector< Vector4, T, 4 >inline
operator*(const T &value) const noexceptspark::math::details::Vector< Vector4, T, 4 >inline
operator*=(const Vector &other) noexceptspark::math::details::Vector< Vector4, T, 4 >inline
operator+(const Vector4< T > &other) const noexceptspark::math::details::Vector< Vector4, T, 4 >inline
operator+=(const Vector &other) noexceptspark::math::details::Vector< Vector4, T, 4 >inline
operator-(const Vector4< T > &other) const noexceptspark::math::details::Vector< Vector4, T, 4 >inline
operator-() const noexceptspark::math::details::Vector< Vector4, T, 4 >inline
operator-=(const Vector &other) noexceptspark::math::details::Vector< Vector4, T, 4 >inline
operator/(const Vector4< T > &other) const noexceptspark::math::details::Vector< Vector4, T, 4 >inline
operator/(const T &value) const noexceptspark::math::details::Vector< Vector4, T, 4 >inline
operator/=(const T &value) noexceptspark::math::details::Vector< Vector4, T, 4 >inline
operator=(const Vector4 &other) (defined in spark::math::Vector4< T >)spark::math::Vector4< T >
operator=(Vector4 &&other) noexcept (defined in spark::math::Vector4< T >)spark::math::Vector4< T >
operator==(const Vector &other) const noexceptspark::math::details::Vector< Vector4, T, 4 >inline
Vector(std::array< std::reference_wrapper< T >, N > values)spark::math::details::Vector< Vector4, T, 4 >inlineexplicit
Vector4()spark::math::Vector4< T >
Vector4(T value_x, T value_y, T value_z, T value_w) noexceptspark::math::Vector4< T >
Vector4(const Vector4 &other) (defined in spark::math::Vector4< T >)spark::math::Vector4< T >
Vector4(Vector4 &&other) noexcept (defined in spark::math::Vector4< T >)spark::math::Vector4< T >
w (defined in spark::math::Vector4< T >)spark::math::Vector4< T >
x (defined in spark::math::Vector4< T >)spark::math::Vector4< T >
y (defined in spark::math::Vector4< T >)spark::math::Vector4< T >
z (defined in spark::math::Vector4< T >)spark::math::Vector4< T >
~Vector4()=default (defined in spark::math::Vector4< T >)spark::math::Vector4< T >