diff --git a/vcg/math/matrix44.h b/vcg/math/matrix44.h index bef6bdb7..bcff6bbb 100644 --- a/vcg/math/matrix44.h +++ b/vcg/math/matrix44.h @@ -125,7 +125,7 @@ public: template class LinearSolve: public Matrix44 { public: LinearSolve(const Matrix44 &m); - Point4 Solve(const Point4 &b); // solve A · x = b + Point4 Solve(const Point4 &b); // solve A · x = b ///If you need to solve some equation you can use this function instead of Matrix44 one for speed. T Determinant() const; protected: