Thomas Davies 249f37af52 Merge remote-tracking branch 'upstream/master' into master 5 years ago
..
copyleft 3637cf3ca9 missed a colon 6 years ago
embree 6a7428694f rm load_mesh 6 years ago
mosek aa40b908c9 updated gtest to catch 7 years ago
predicates 0855c2ef8c Merge branch 'dev' of https://github.com/libigl/libigl into pr 6 years ago
triangle 07e2b01a3c move scaf to triangle folder 5 years ago
MshLoader.cpp 8c95d1044e Added improved .msh reader/writer + tests + example (#1578) 5 years ago
MshSaver.cpp 8c95d1044e Added improved .msh reader/writer + tests + example (#1578) 5 years ago
accumarray.cpp 1deb471727 extra boundary_facets outputs; better sort prototypes; templates; cleanup 7 years ago
avg_edge_length.cpp 6a7428694f rm load_mesh 6 years ago
barycentric_interpolation.cpp 1de2627280 tests 5 years ago
bbw.cpp d3052ef4c7 Replace IGL_DEBUG_OFF with a [slow] tag for now. 6 years ago
bezier.cpp 4ab389d462 bezier eval and fit cubic bezier splin 5 years ago
blkdiag.cpp 775f2354fa blkdiag function 5 years ago
blue_noise.cpp 43da16bbd0 tighter test 5 years ago
boundary_facets.cpp 1deb471727 extra boundary_facets outputs; better sort prototypes; templates; cleanup 7 years ago
boundary_loop.cpp d3052ef4c7 Replace IGL_DEBUG_OFF with a [slow] tag for now. 6 years ago
cat.cpp 450935874f Extending igl::cat to work with std::vectors AND Allowing N-gons in writeOBJ (#1108) 6 years ago
circulation.cpp 1c3c7c7b6f ported new tests to catch2 7 years ago
cotmatrix.cpp d3052ef4c7 Replace IGL_DEBUG_OFF with a [slow] tag for now. 6 years ago
cotmatrix_entries.cpp 6a7428694f rm load_mesh 6 years ago
cotmatrix_intrinsic.cpp d3052ef4c7 Replace IGL_DEBUG_OFF with a [slow] tag for now. 6 years ago
cr_vector_curvature_correction.cpp 8ea0b8c6dc Added vector Dirichlet and curved Hessian functionality (#1560) 5 years ago
cr_vector_laplacian.cpp 8ea0b8c6dc Added vector Dirichlet and curved Hessian functionality (#1560) 5 years ago
cumprod.cpp 1c3c7c7b6f ported new tests to catch2 7 years ago
cumsum.cpp 1c3c7c7b6f ported new tests to catch2 7 years ago
curved_hessian_energy.cpp 8ea0b8c6dc Added vector Dirichlet and curved Hessian functionality (#1560) 5 years ago
cut_mesh.cpp f4d14cc7d1 change cut mask 6 years ago
cut_to_disk.cpp 6a7428694f rm load_mesh 6 years ago
decimate.cpp 41454f823d fix decimate bug 5 years ago
delaunay_triangulation.cpp 4ce917d424 Issue 521 (#1327) 5 years ago
dijkstra.cpp 1df0987271 Fix issue with dijkstra algorithm (#1497) 5 years ago
direct_delta_mush.cpp a3c3ef1572 update test too 5 years ago
dirname.cpp aa40b908c9 updated gtest to catch 7 years ago
doublearea.cpp d3052ef4c7 Replace IGL_DEBUG_OFF with a [slow] tag for now. 6 years ago
edge_exists_near.cpp 1c3c7c7b6f ported new tests to catch2 7 years ago
edge_flaps.cpp d3052ef4c7 Replace IGL_DEBUG_OFF with a [slow] tag for now. 6 years ago
edge_lengths.cpp 6a7428694f rm load_mesh 6 years ago
facet_components.cpp 1aa35de249 passing facet_components unit test 5 years ago
fast_winding_number.cpp d3052ef4c7 Replace IGL_DEBUG_OFF with a [slow] tag for now. 6 years ago
fit_cubic_bezier.cpp 4ab389d462 bezier eval and fit cubic bezier splin 5 years ago
grad.cpp 607148cf72 Misc compilation fixes for Eigen 3.3 compatibility. 7 years ago
grad_intrinsic.cpp 607148cf72 Misc compilation fixes for Eigen 3.3 compatibility. 7 years ago
grid.cpp 1c3c7c7b6f ported new tests to catch2 7 years ago
guess_extension.cpp 49a74590d4 cleand cmake and added INSTANTIATE_TEST_CASE_P 7 years ago
heat_geodesics.cpp f3a201f1e1 Update heat_geodesics.cpp (#1512) 5 years ago
intrinsic_delaunay_cotmatrix.cpp d3052ef4c7 Replace IGL_DEBUG_OFF with a [slow] tag for now. 6 years ago
intrinsic_delaunay_triangulation.cpp 1c3c7c7b6f ported new tests to catch2 7 years ago
is_delaunay.cpp 1c3c7c7b6f ported new tests to catch2 7 years ago
is_edge_manifold.cpp d3052ef4c7 Replace IGL_DEBUG_OFF with a [slow] tag for now. 6 years ago
is_intrinsic_delaunay.cpp 1c3c7c7b6f ported new tests to catch2 7 years ago
is_irregular_vertex.cpp 6a7428694f rm load_mesh 6 years ago
is_symmetric.cpp aa40b908c9 updated gtest to catch 7 years ago
ismember.cpp aa40b908c9 updated gtest to catch 7 years ago
iterative_closest_point.cpp d3052ef4c7 Replace IGL_DEBUG_OFF with a [slow] tag for now. 6 years ago
knn.cpp 21acee15fe making knn and octree work on more types than double, allowing knn to do nearest neighbor searches between two different point clouds (#1313) 5 years ago
list_to_matrix.cpp 49a74590d4 cleand cmake and added INSTANTIATE_TEST_CASE_P 7 years ago
orient_halfedges.cpp 8ea0b8c6dc Added vector Dirichlet and curved Hessian functionality (#1560) 5 years ago
path_to_edges.cpp a03d1a2d56 Path to edges + various template instantiations (#1259) 6 years ago
path_to_executable.cpp 1408bd36b0 fix unit test for path_to_executable() on windows by taking into account that it has a '.exe' suffix. 6 years ago
pathinfo.cpp aa40b908c9 updated gtest to catch 7 years ago
per_face_normals.cpp d3052ef4c7 Replace IGL_DEBUG_OFF with a [slow] tag for now. 6 years ago
qslim.cpp d3052ef4c7 Replace IGL_DEBUG_OFF with a [slow] tag for now. 6 years ago
randperm.cpp 843438eab9 Fix logic error for URNG in igl::randperm 6 years ago
readDMAT.cpp 46a8dd2fd4 rm load_matrix 6 years ago
readMSH.cpp 8c95d1044e Added improved .msh reader/writer + tests + example (#1578) 5 years ago
readOBJ.cpp 6a7428694f rm load_mesh 6 years ago
readOFF.cpp 6a7428694f rm load_mesh 6 years ago
readPLY.cpp 52c6f14ca6 Replace .ply reader/writer with tinyply library, supersedes libigl/libigl#1235 5 years ago
rigid_alignment.cpp 88e3dd1e3e iterative closest point alg, tutoiral, test 6 years ago
seam_edges.cpp aa40b908c9 updated gtest to catch 7 years ago
segment_segment_intersect.cpp 16ce83c381 rename test 6 years ago
setdiff.cpp aa40b908c9 updated gtest to catch 7 years ago
signed_distance.cpp 63b3669a87 test update... 5 years ago
slice.cpp aa40b908c9 updated gtest to catch 7 years ago
slice_into.cpp aa40b908c9 updated gtest to catch 7 years ago
slice_sorted.cpp 26053f696c Avoid involving Eigen/SparseExtra in slice. (#1370) 5 years ago
sort.cpp 49a74590d4 cleand cmake and added INSTANTIATE_TEST_CASE_P 7 years ago
squared_edge_lengths.cpp 6a7428694f rm load_mesh 6 years ago
tet_tet_adjacency.cpp 49a74590d4 cleand cmake and added INSTANTIATE_TEST_CASE_P 7 years ago
triangle_triangle_adjacency.cpp d3052ef4c7 Replace IGL_DEBUG_OFF with a [slow] tag for now. 6 years ago
triangulated_grid.cpp 1c3c7c7b6f ported new tests to catch2 7 years ago
unique.cpp aa40b908c9 updated gtest to catch 7 years ago
unique_simplices.cpp 1c3c7c7b6f ported new tests to catch2 7 years ago
upsample.cpp d3052ef4c7 Replace IGL_DEBUG_OFF with a [slow] tag for now. 6 years ago
writeMSH.cpp 8c95d1044e Added improved .msh reader/writer + tests + example (#1578) 5 years ago
writePLY.cpp 062e3823c3 Make file encoding option an enum. (#1619) 5 years ago