From e1dda51e858b9fbe06ad9450b3b85504d1aefd34 Mon Sep 17 00:00:00 2001 From: cignoni Date: Tue, 19 Mar 2013 21:52:39 +0000 Subject: [PATCH] Renaming to settle the old attempt of integrally using eigen matrix for matrix44 and matrix33 --- vcg/math/{deprecated_matrix33.h => matrix33.h} | 0 vcg/math/{deprecated_matrix44.h => matrix44.h} | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename vcg/math/{deprecated_matrix33.h => matrix33.h} (100%) rename vcg/math/{deprecated_matrix44.h => matrix44.h} (100%) diff --git a/vcg/math/deprecated_matrix33.h b/vcg/math/matrix33.h similarity index 100% rename from vcg/math/deprecated_matrix33.h rename to vcg/math/matrix33.h diff --git a/vcg/math/deprecated_matrix44.h b/vcg/math/matrix44.h similarity index 100% rename from vcg/math/deprecated_matrix44.h rename to vcg/math/matrix44.h