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()=default | Dubious::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 |