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