, including all inherited members.
a | vcg::Matrix33 | [private] |
ColumnsNumber() const | vcg::Matrix33 | [inline] |
Covariance(const STLPOINTCONTAINER &points, Point3< S > &bp) | vcg::Matrix33 | [inline] |
CrossCovariance(const STLPOINTCONTAINER &P, const STLPOINTCONTAINER &X, Point3< S > &bp, Point3< S > &bx) | vcg::Matrix33 | [inline] |
Determinant() const | vcg::Matrix33 | [inline] |
ExternalProduct(const Point3< S > &a, const Point3< S > &b) | vcg::Matrix33 | [inline] |
FastInvert() | vcg::Matrix33 | [inline] |
GetColumn(const int n) const | vcg::Matrix33 | [inline] |
GetRow(const int n) const | vcg::Matrix33 | [inline] |
Matrix33() | vcg::Matrix33 | [inline] |
Matrix33(const Matrix33 &m) | vcg::Matrix33 | [inline] |
Matrix33(const S *v) | vcg::Matrix33 | [inline] |
Matrix33(const Matrix44< S > &m, const int &k) | vcg::Matrix33 | [inline] |
Norm() | vcg::Matrix33 | [inline] |
operator*(const Matrix33< S > &t) const | vcg::Matrix33 | [inline] |
operator*(const Matrix33Diag< S > &t) const | vcg::Matrix33 | [inline] |
operator*(const S t) const | vcg::Matrix33 | [inline] |
operator*(const Point3< S > &v) const | vcg::Matrix33 | [inline] |
operator*=(const Matrix33< S > &t) | vcg::Matrix33 | [inline] |
operator*=(const Matrix33Diag< S > &t) | vcg::Matrix33 | [inline] |
operator*=(const S t) | vcg::Matrix33 | [inline] |
operator+(const Matrix33 &m) const | vcg::Matrix33 | [inline] |
operator+(const Matrix33Diag< S > &p) const | vcg::Matrix33 | [inline] |
operator+=(const Matrix33 &m) | vcg::Matrix33 | [inline] |
operator+=(const Matrix33Diag< S > &p) | vcg::Matrix33 | [inline] |
operator-(const Matrix33 &m) const | vcg::Matrix33 | [inline] |
operator-(const Matrix33Diag< S > &p) const | vcg::Matrix33 | [inline] |
operator-=(const Matrix33 &m) | vcg::Matrix33 | [inline] |
operator-=(const Matrix33Diag< S > &p) | vcg::Matrix33 | [inline] |
operator/=(const S &s) | vcg::Matrix33 | [inline] |
operator=(const Matrix33 &m) | vcg::Matrix33 | [inline] |
operator[](const int i) | vcg::Matrix33 | [inline] |
operator[](const int i) const | vcg::Matrix33 | [inline] |
OuterProduct(Point3< S > const &p0, Point3< S > const &p1) | vcg::Matrix33 | [inline] |
RowsNumber() const | vcg::Matrix33 | [inline] |
ScalarType typedef | vcg::Matrix33 | |
SetColumn(const int n, S *v) | vcg::Matrix33 | [inline] |
SetColumn(const int n, const Point3< S > v) | vcg::Matrix33 | [inline] |
SetDiagonal(S *v) | vcg::Matrix33 | [inline] |
SetIdentity() | vcg::Matrix33 | [inline] |
SetRotateDeg(S angle, const Point3< S > &axis) | vcg::Matrix33 | [inline] |
SetRotateRad(S angle, const Point3< S > &axis) | vcg::Matrix33 | [inline] |
SetRow(const int n, S *v) | vcg::Matrix33 | [inline] |
SetRow(const int n, const Point3< S > v) | vcg::Matrix33 | [inline] |
SetZero() | vcg::Matrix33 | [inline] |
show(FILE *fp) | vcg::Matrix33 | [inline] |
Trace() const | vcg::Matrix33 | [inline] |
transpose() const | vcg::Matrix33 | [inline] |
Transpose() | vcg::Matrix33 | [inline] |
transposeInPlace() | vcg::Matrix33 | [inline] |
WeightedCrossCovariance(const STLREALCONTAINER &weights, const STLPOINTCONTAINER &P, const STLPOINTCONTAINER &X, Point3< S > &bp, Point3< S > &bx) | vcg::Matrix33 | [inline] |