Former-commit-id: 93cd9373f03e8b0f97e01676f01ad11512bf4e92
@@ -11,7 +11,6 @@
#include "barycentric_coordinates.h"
#include "colon.h"
#include "doublearea.h"
-#include "matlab_format.h"
#include "point_simplex_squared_distance.h"
#include "project_to_line_segment.h"
#include "sort.h"
@@ -10,7 +10,7 @@
#include "slice.h"
#include "slice_into.h"
#include "cat.h"
+//#include "matlab_format.h"
#include <iostream>
#include <limits>
@@ -15,7 +15,6 @@
#include "../../per_vertex_normals.h"
#include "../../centroid.h"
#include "../../WindingNumberAABB.h"
-#include "../../matlab_format.h"
#include <CGAL/Surface_mesh_default_triangulation_3.h>
#include <CGAL/Complex_2_in_triangulation_3.h>
#include "verbose.h"
#include "polar_dec.h"
#include "polar_svd.h"
#include "C_STR.h"
@@ -6,7 +6,6 @@
// 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/.
#include "histc.h"
#include <cassert>
@@ -9,7 +9,6 @@
#include "find.h"
@@ -7,11 +7,10 @@
#include "lscm.h"
-#include <igl/vector_area_matrix.h>
+#include "vector_area_matrix.h"
-#include <igl/cotmatrix.h>
+#include "cotmatrix.h"
-#include <igl/repdiag.h>
+#include "repdiag.h"
-#include <igl/min_quad_with_fixed.h>
+#include "min_quad_with_fixed.h"
-#include <igl/matlab_format.h>
IGL_INLINE bool igl::lscm(
#include "per_face_normals.h"
#include "barycenter.h"
template <
@@ -7,7 +7,6 @@
#include "project_to_line.h"
#include "EPS.h"
#include "slice_mask.h"
template <typename DerivedP, typename DerivedS, typename DerivedJ>
IGL_INLINE void igl::ramer_douglas_peucker(
#include "cumsum.h"
@@ -12,7 +12,6 @@
#include "round.h"