Ver Fonte

project_mesh --> project_points_on_mesh

Former-commit-id: 020b8444aa8e83053b169710ccfe2f0caf481b65
Alec Jacobson há 11 anos atrás
pai
commit
3c914a1fe5

+ 2 - 2
include/igl/embree/project_mesh.cpp → include/igl/embree/project_points_on_mesh.cpp

@@ -5,7 +5,7 @@
 // This Source Code Form is subject to the terms of the Mozilla Public License 
 // This Source Code Form is subject to the terms of the Mozilla Public License 
 // v. 2.0. If a copy of the MPL was not distributed with this file, You can 
 // v. 2.0. If a copy of the MPL was not distributed with this file, You can 
 // obtain one at http://mozilla.org/MPL/2.0/.
 // obtain one at http://mozilla.org/MPL/2.0/.
-#include "project_mesh.h"
+#include "project_points_on_mesh.h"
 
 
 // For error printing
 // For error printing
 #include <cstdio>
 #include <cstdio>
@@ -15,7 +15,7 @@
 #include <igl/embree/EmbreeIntersector.h>
 #include <igl/embree/EmbreeIntersector.h>
 
 
 //template <typename ScalarMatrix, typename IndexMatrix>
 //template <typename ScalarMatrix, typename IndexMatrix>
-//IGL_INLINE ScalarMatrix igl::project_mesh(
+//IGL_INLINE ScalarMatrix igl::project_points_on_mesh(
 //   const ScalarMatrix & V_source,
 //   const ScalarMatrix & V_source,
 //   const IndexMatrix  & F_source,
 //   const IndexMatrix  & F_source,
 //   const ScalarMatrix & V_target,
 //   const ScalarMatrix & V_target,

+ 2 - 2
include/igl/embree/project_mesh.h → include/igl/embree/project_points_on_mesh.h

@@ -33,7 +33,7 @@ namespace igl
   //// the barycentric coordinates wrt the first two edges of the triangle
   //// the barycentric coordinates wrt the first two edges of the triangle
   //// To convert to standard global coordinates, see barycentric_to_global.h
   //// To convert to standard global coordinates, see barycentric_to_global.h
   //template <typename ScalarMatrix, typename IndexMatrix>
   //template <typename ScalarMatrix, typename IndexMatrix>
-  //IGL_INLINE ScalarMatrix project_mesh
+  //IGL_INLINE ScalarMatrix project_points_on_mesh
   //(
   //(
 	//	const ScalarMatrix & V_source,
 	//	const ScalarMatrix & V_source,
   //	const IndexMatrix  & F_source,
   //	const IndexMatrix  & F_source,
@@ -69,7 +69,7 @@ namespace igl
 
 
 }
 }
 #ifndef IGL_STATIC_LIBRARY
 #ifndef IGL_STATIC_LIBRARY
-#  include "project_mesh.cpp"
+#  include "project_points_on_mesh.cpp"
 #endif
 #endif
 
 
 #endif
 #endif