, including all inherited members.
array() const | VectorBase< T, Vector< T, Size > > | [inline] |
array() | VectorBase< T, Vector< T, Size > > | [inline] |
cross(const Vector< T, Size > &other) const | VectorBase< T, Vector< T, Size > > | [inline] |
cross(const Vector< T, Size > &other, Vector< T, Size > *res) const | VectorBase< T, Vector< T, Size > > | [inline] |
dot(const Vector< T, Size > &other) const | VectorBase< T, Vector< T, Size > > | |
hasDynamicSize() const | VectorBase< T, Vector< T, Size > > | [inline] |
isApprox(const Vector< T, Size > &other, const T &precision=Util::epsilon< T >()) const | VectorBase< T, Vector< T, Size > > | [inline] |
isNegligible(const T &other, const T &precision=Util::epsilon< T >()) const | VectorBase< T, Vector< T, Size > > | [inline] |
isNegligible(const Vector< T, Size > &other, const T &precision=Util::epsilon< T >()) const | VectorBase< T, Vector< T, Size > > | [inline] |
isZero(const T &precision=Util::epsilon< T >()) const | VectorBase< T, Vector< T, Size > > | [inline] |
loadOrtho(const Vector< T, Size > &other) | VectorBase< T, Vector< T, Size > > | |
loadRandom() | VectorBase< T, Vector< T, Size > > | |
loadRandomUnit() | VectorBase< T, Vector< T, Size > > | [inline] |
loadZero() | VectorBase< T, Vector< T, Size > > | |
m_array | Vector< T, Size > | [protected] |
makeOrthoVector(Vector< T, Size > *res) const | VectorBase< T, Vector< T, Size > > | [inline] |
norm() const | VectorBase< T, Vector< T, Size > > | [inline] |
norm2() const | VectorBase< T, Vector< T, Size > > | [inline] |
normalize() | VectorBase< T, Vector< T, Size > > | [inline] |
normalized() | VectorBase< T, Vector< T, Size > > | [inline] |
operator!=(const Vector< T, Size > &other) const | VectorBase< T, Vector< T, Size > > | [inline] |
operator()(int i) const | VectorBase< T, Vector< T, Size > > | [inline] |
operator()(int i) | VectorBase< T, Vector< T, Size > > | [inline] |
operator*(const T &factor) const | VectorBase< T, Vector< T, Size > > | [inline] |
operator*=(const T &factor) | Vector< T, Size > | [inline] |
operator+(const Vector< T, Size > &other) const | VectorBase< T, Vector< T, Size > > | [inline] |
operator+=(const Vector &other) | Vector< T, Size > | [inline] |
VectorBase< T, Vector< T, Size > >::operator+=(const Vector< T, Size > &other) | VectorBase< T, Vector< T, Size > > | [inline] |
operator-(const Vector< T, Size > &other) const | VectorBase< T, Vector< T, Size > > | [inline] |
operator-() const | VectorBase< T, Vector< T, Size > > | [inline] |
operator-=(const Vector &other) | Vector< T, Size > | [inline] |
VectorBase< T, Vector< T, Size > >::operator-=(const Vector< T, Size > &other) | VectorBase< T, Vector< T, Size > > | [inline] |
operator/(const T &factor) const | VectorBase< T, Vector< T, Size > > | [inline] |
operator/=(const T &factor) | Vector< T, Size > | [inline] |
operator=(const Vector &other) | Vector< T, Size > | [inline] |
VectorBase< T, Vector< T, Size > >::operator=(const Vector< T, Size > &other) | VectorBase< T, Vector< T, Size > > | [inline] |
operator==(const Vector< T, Size > &other) const | VectorBase< T, Vector< T, Size > > | [inline] |
operator[](int i) const | VectorBase< T, Vector< T, Size > > | [inline] |
operator[](int i) | VectorBase< T, Vector< T, Size > > | [inline] |
ortho() const | VectorBase< T, Vector< T, Size > > | [inline] |
readArray(const T *src) | VectorBase< T, Vector< T, Size > > | |
replaceWithOpposite() | VectorBase< T, Vector< T, Size > > | [inline] |
resize(int newsize) | VectorBase< T, Vector< T, Size > > | [inline] |
ScalType typedef | VectorBase< T, Vector< T, Size > > | |
size() const | VectorBase< T, Vector< T, Size > > | [inline] |
Vector() | Vector< T, Size > | [inline] |
Vector(int unused_size) | Vector< T, Size > | [inline, explicit] |
Vector(const Vector &v) | Vector< T, Size > | [inline] |
Vector(const T *array) | Vector< T, Size > | [inline] |
Vector(int unused_size, const T *array) | Vector< T, Size > | [inline] |
Vector(T x, T y) | Vector< T, Size > | [inline] |
Vector(T x, T y, T z) | Vector< T, Size > | [inline] |
Vector(T x, T y, T z, T w) | Vector< T, Size > | [inline] |
w() | VectorBase< T, Vector< T, Size > > | [inline] |
w() const | VectorBase< T, Vector< T, Size > > | [inline] |
x() | VectorBase< T, Vector< T, Size > > | [inline] |
x() const | VectorBase< T, Vector< T, Size > > | [inline] |
y() | VectorBase< T, Vector< T, Size > > | [inline] |
y() const | VectorBase< T, Vector< T, Size > > | [inline] |
z() | VectorBase< T, Vector< T, Size > > | [inline] |
z() const | VectorBase< T, Vector< T, Size > > | [inline] |