DubiousEngine  0.2.0
Simple Game Engine
Dubious::Math::VectorT< T > Member List

This is the complete list of members for Dubious::Math::VectorT< T >, including all inherited members.

length() const Dubious::Math::VectorT< T >
length_squared() const Dubious::Math::VectorT< T >
operator!=(const VectorT< T > &a, const VectorT< T > &b)Dubious::Math::VectorT< T >friend
operator*(const VectorT< T > &a, float b)Dubious::Math::VectorT< T >friend
operator*(float a, const VectorT< T > &b)Dubious::Math::VectorT< T >friend
operator+(const VectorT< T > &a, const VectorT< T > &b)Dubious::Math::VectorT< T >friend
operator+=(const VectorT< T > &rhs)Dubious::Math::VectorT< T >
operator-(const VectorT< T > &a, const VectorT< T > &b)Dubious::Math::VectorT< T >friend
operator-() const Dubious::Math::VectorT< T >inline
operator-=(const VectorT< T > &rhs)Dubious::Math::VectorT< T >
operator/(const VectorT< T > &a, float b)Dubious::Math::VectorT< T >friend
operator<<(std::ostream &o, const VectorT< T > &a)Dubious::Math::VectorT< T >friend
operator==(const VectorT< T > &a, const VectorT< T > &b)Dubious::Math::VectorT< T >friend
VectorT()=defaultDubious::Math::VectorT< T >
VectorT(float x, float y, float z)Dubious::Math::VectorT< T >inline
VectorT(const Unit_vectorT< T > &u)Dubious::Math::VectorT< T >
x() const Dubious::Math::VectorT< T >inline
y() const Dubious::Math::VectorT< T >inline
z() const Dubious::Math::VectorT< T >inline