Преглед изворни кода

Merge branch 'master' of https://github.com/libigl/libigl

Former-commit-id: 4d910a022131d9913d9a152a917160f05a696a31
schuellc пре 10 година
родитељ
комит
b52a2467df

+ 1 - 1
tutorial/610_Statistics/CMakeLists.txt → tutorial/701_Statistics/CMakeLists.txt

@@ -1,5 +1,5 @@
 cmake_minimum_required(VERSION 2.6)
-project(610_Statistics)
+project(701_Statistics)
 
 include("../CMakeLists.shared")
 

+ 2 - 2
tutorial/610_Statistics/main.cpp → tutorial/701_Statistics/main.cpp

@@ -5,7 +5,7 @@
 
 #include <igl/is_irregular_vertex.h>
 #include <igl/doublearea.h>
-#include <igl/angles.h>
+#include <igl/internal_angles.h>
 
 int main(int argc, char *argv[])
 {
@@ -26,7 +26,7 @@ int main(int argc, char *argv[])
 
   printf("Irregular vertices: \n%d/%d (%.2f%%)\n",irregular_vertex_count,vertex_count, irregular_ratio*100);
 
-  // Compute triangles areas, min, max and standard deviation
+  // Compute areas, min, max and standard deviation
   VectorXd area;
   igl::doublearea(V,F,area);
   area = area.array() / 2;

+ 1 - 1
tutorial/CMakeLists.txt

@@ -77,4 +77,4 @@ add_subdirectory("608_LIM")
 if(CGAL_FOUND)
 add_subdirectory("609_Boolean")
 endif()
-add_subdirectory("610_Statistics")
+add_subdirectory("701_Statistics")

+ 1 - 1
tutorial/tutorial.html.REMOVED.git-id

@@ -1 +1 @@
-af252aff355dda4b45cc547e689901251c048ae9
+03ab4587d9ff6fd12ba10a0bd4df804713ded055

+ 1 - 1
tutorial/tutorial.md.REMOVED.git-id

@@ -1 +1 @@
-7bc77710f76fc13d95bbc9cf2c7166de255f541b
+40f385aefcf815b8fa5d92f6333da0f5e793633c