, including all inherited members.
array() const | MatrixP< T, Size > | [inline] |
array() | MatrixP< T, Size > | [inline] |
getLinearComponent(Matrix< T, Size > *res) const | MatrixP< T, Size > | [inline] |
getTranslationVector(Vector< T, Size > *res) const | MatrixP< T, Size > | [inline] |
linearComponent() const | MatrixP< T, Size > | [inline] |
linearMultiply(const Vector< T, Size > &vector, Vector< T, Size > *res) const | MatrixP< T, Size > | [inline] |
loadIdentity() | MatrixP< T, Size > | [inline] |
loadMatrix(const Matrix< T, Size > &matrix) | MatrixP< T, Size > | [inline] |
loadRotation2(const T &angle) | MatrixP< T, Size > | [inline] |
loadRotation3(const T &angle, const Vector< T, Size > &axis) | MatrixP< T, Size > | [inline] |
loadScaling(const T &coeff) | MatrixP< T, Size > | [inline] |
loadScaling(const Vector< T, Size > &coeffs) | MatrixP< T, Size > | [inline] |
loadTranslation(const Vector< T, Size > &v) | MatrixP< T, Size > | [inline] |
loadZero() | MatrixP< T, Size > | [inline] |
m_mat | MatrixP< T, Size > | [protected] |
matrix() const | MatrixP< T, Size > | [inline] |
matrix() | MatrixP< T, Size > | [inline] |
MatrixP() | MatrixP< T, Size > | [inline] |
MatrixP(const MatrixP &other) | MatrixP< T, Size > | [inline] |
MatrixP(const Matrix< T, Size+1 > &other) | MatrixP< T, Size > | [inline] |
MatrixP(const Matrix< T, Size > &other) | MatrixP< T, Size > | [inline] |
multiply(const MatrixP &other, MatrixP *res) const | MatrixP< T, Size > | [inline] |
multiply(const Vector< T, Size > &vector, Vector< T, Size > *res) const | MatrixP< T, Size > | [inline] |
multiply(const Vector< T, Size+1 > &vector, Vector< T, Size+1 > *res) const | MatrixP< T, Size > | [inline] |
operator()(int row, int col) const | MatrixP< T, Size > | [inline] |
operator()(int row, int col) | MatrixP< T, Size > | [inline] |
operator*(const MatrixP &other) const | MatrixP< T, Size > | [inline] |
operator*(const Vector< T, Size > &vector) const | MatrixP< T, Size > | [inline] |
operator*(const Vector< T, Size+1 > &vector) const | MatrixP< T, Size > | [inline] |
operator*=(const MatrixP &other) | MatrixP< T, Size > | [inline] |
operator=(const MatrixP &other) | MatrixP< T, Size > | [inline] |
operator[](int i) const | MatrixP< T, Size > | [inline] |
operator[](int i) | MatrixP< T, Size > | [inline] |
prerotate2(const T &angle) | MatrixP< T, Size > | [inline] |
prerotate3(const T &angle, const Vector< T, Size > &axis) | MatrixP< T, Size > | [inline] |
prescale(const T &coeff) | MatrixP< T, Size > | [inline] |
prescale(const Vector< T, Size > &coeffs) | MatrixP< T, Size > | [inline] |
pretranslate(const Vector< T, Size > &v) | MatrixP< T, Size > | [inline] |
resetLastRow() | MatrixP< T, Size > | [inline] |
resetTranslationVector() | MatrixP< T, Size > | [inline] |
rotate2(const T &angle) | MatrixP< T, Size > | [inline] |
rotate3(const T &angle, const Vector< T, Size > &axis) | MatrixP< T, Size > | [inline] |
scale(const T &coeff) | MatrixP< T, Size > | [inline] |
scale(const Vector< T, Size > &coeffs) | MatrixP< T, Size > | [inline] |
setLinearComponent(const Matrix< T, Size > &matrix) | MatrixP< T, Size > | [inline] |
setTranslationVector(const Vector< T, Size > &v) | MatrixP< T, Size > | [inline] |
translate(const Vector< T, Size > &v) | MatrixP< T, Size > | [inline] |
translationVector() const | MatrixP< T, Size > | [inline] |