From 2a7b7cd3040eb99d1609d6f739d9d4faee7986d0 Mon Sep 17 00:00:00 2001 From: ponchio Date: Thu, 19 Feb 2004 15:54:11 +0000 Subject: [PATCH] *** empty log message *** --- vcg/math/matrix44.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: