dust3d/third_party/libigl/include/igl
huxingyi 8e5d622db7 Restructure the code base
Move the core function code to a dedicate folder under namespace dust3d.
Leave the application and UI code to application folder.
Remove CGAL, use our own mesh boolean algorithm and triangulating code, should have less chance to crash on bad meshes.
The overall performance of mesh combining is improved since some mesh validating code for CGAL is removed.
2021-11-18 22:58:01 +08:00
..
embree Restructure the code base 2021-11-18 22:58:01 +08:00
matlab Restructure the code base 2021-11-18 22:58:01 +08:00
mosek Restructure the code base 2021-11-18 22:58:01 +08:00
opengl Restructure the code base 2021-11-18 22:58:01 +08:00
png Restructure the code base 2021-11-18 22:58:01 +08:00
predicates Restructure the code base 2021-11-18 22:58:01 +08:00
triangle Restructure the code base 2021-11-18 22:58:01 +08:00
xml Restructure the code base 2021-11-18 22:58:01 +08:00
AABB.cpp Restructure the code base 2021-11-18 22:58:01 +08:00
AABB.h Restructure the code base 2021-11-18 22:58:01 +08:00
ARAPEnergyType.h Restructure the code base 2021-11-18 22:58:01 +08:00
AtA_cached.cpp Restructure the code base 2021-11-18 22:58:01 +08:00
AtA_cached.h Restructure the code base 2021-11-18 22:58:01 +08:00
C_STR.h Restructure the code base 2021-11-18 22:58:01 +08:00
Camera.h Restructure the code base 2021-11-18 22:58:01 +08:00
EPS.cpp Restructure the code base 2021-11-18 22:58:01 +08:00
EPS.h Restructure the code base 2021-11-18 22:58:01 +08:00
HalfEdgeIterator.cpp Restructure the code base 2021-11-18 22:58:01 +08:00
HalfEdgeIterator.h Restructure the code base 2021-11-18 22:58:01 +08:00
Hit.h Restructure the code base 2021-11-18 22:58:01 +08:00
IO Restructure the code base 2021-11-18 22:58:01 +08:00
IndexComparison.h Restructure the code base 2021-11-18 22:58:01 +08:00
LinSpaced.h Restructure the code base 2021-11-18 22:58:01 +08:00
MappingEnergyType.h Restructure the code base 2021-11-18 22:58:01 +08:00
MeshBooleanType.h Restructure the code base 2021-11-18 22:58:01 +08:00
NormalType.h Restructure the code base 2021-11-18 22:58:01 +08:00
ONE.h Restructure the code base 2021-11-18 22:58:01 +08:00
PI.h Restructure the code base 2021-11-18 22:58:01 +08:00
REDRUM.h Restructure the code base 2021-11-18 22:58:01 +08:00
STR.h Restructure the code base 2021-11-18 22:58:01 +08:00
Singular_Value_Decomposition_Givens_QR_Factorization_Kernel.hpp Restructure the code base 2021-11-18 22:58:01 +08:00
Singular_Value_Decomposition_Jacobi_Conjugation_Kernel.hpp Restructure the code base 2021-11-18 22:58:01 +08:00
Singular_Value_Decomposition_Kernel_Declarations.hpp Restructure the code base 2021-11-18 22:58:01 +08:00
Singular_Value_Decomposition_Main_Kernel_Body.hpp Restructure the code base 2021-11-18 22:58:01 +08:00
Singular_Value_Decomposition_Preamble.hpp Restructure the code base 2021-11-18 22:58:01 +08:00
SolverStatus.h Restructure the code base 2021-11-18 22:58:01 +08:00
SortableRow.h Restructure the code base 2021-11-18 22:58:01 +08:00
Timer.h Restructure the code base 2021-11-18 22:58:01 +08:00
Viewport.h Restructure the code base 2021-11-18 22:58:01 +08:00
WindingNumberAABB.h Restructure the code base 2021-11-18 22:58:01 +08:00
WindingNumberMethod.h Restructure the code base 2021-11-18 22:58:01 +08:00
WindingNumberTree.h Restructure the code base 2021-11-18 22:58:01 +08:00
ZERO.h Restructure the code base 2021-11-18 22:58:01 +08:00
accumarray.cpp Restructure the code base 2021-11-18 22:58:01 +08:00
accumarray.h Restructure the code base 2021-11-18 22:58:01 +08:00
active_set.cpp Restructure the code base 2021-11-18 22:58:01 +08:00
active_set.h Restructure the code base 2021-11-18 22:58:01 +08:00
adjacency_list.cpp Restructure the code base 2021-11-18 22:58:01 +08:00
adjacency_list.h Restructure the code base 2021-11-18 22:58:01 +08:00
adjacency_matrix.cpp Restructure the code base 2021-11-18 22:58:01 +08:00
adjacency_matrix.h Restructure the code base 2021-11-18 22:58:01 +08:00
all.cpp Restructure the code base 2021-11-18 22:58:01 +08:00
all.h Restructure the code base 2021-11-18 22:58:01 +08:00
all_edges.cpp Restructure the code base 2021-11-18 22:58:01 +08:00
all_edges.h Restructure the code base 2021-11-18 22:58:01 +08:00
all_pairs_distances.cpp Restructure the code base 2021-11-18 22:58:01 +08:00
all_pairs_distances.h Restructure the code base 2021-11-18 22:58:01 +08:00
ambient_occlusion.cpp Restructure the code base 2021-11-18 22:58:01 +08:00
ambient_occlusion.h Restructure the code base 2021-11-18 22:58:01 +08:00
angular_distance.cpp Restructure the code base 2021-11-18 22:58:01 +08:00
angular_distance.h Restructure the code base 2021-11-18 22:58:01 +08:00
any.cpp Restructure the code base 2021-11-18 22:58:01 +08:00
any.h Restructure the code base 2021-11-18 22:58:01 +08:00
any_of.cpp Restructure the code base 2021-11-18 22:58:01 +08:00
any_of.h Restructure the code base 2021-11-18 22:58:01 +08:00
arap.cpp Restructure the code base 2021-11-18 22:58:01 +08:00
arap.h Restructure the code base 2021-11-18 22:58:01 +08:00
arap_dof.cpp Restructure the code base 2021-11-18 22:58:01 +08:00
arap_dof.h Restructure the code base 2021-11-18 22:58:01 +08:00
arap_linear_block.cpp Restructure the code base 2021-11-18 22:58:01 +08:00
arap_linear_block.h Restructure the code base 2021-11-18 22:58:01 +08:00
arap_rhs.cpp Restructure the code base 2021-11-18 22:58:01 +08:00
arap_rhs.h Restructure the code base 2021-11-18 22:58:01 +08:00
average_onto_faces.cpp Restructure the code base 2021-11-18 22:58:01 +08:00
average_onto_faces.h Restructure the code base 2021-11-18 22:58:01 +08:00
average_onto_vertices.cpp Restructure the code base 2021-11-18 22:58:01 +08:00
average_onto_vertices.h Restructure the code base 2021-11-18 22:58:01 +08:00
avg_edge_length.cpp Restructure the code base 2021-11-18 22:58:01 +08:00
avg_edge_length.h Restructure the code base 2021-11-18 22:58:01 +08:00
axis_angle_to_quat.cpp Restructure the code base 2021-11-18 22:58:01 +08:00
axis_angle_to_quat.h Restructure the code base 2021-11-18 22:58:01 +08:00
barycenter.cpp Restructure the code base 2021-11-18 22:58:01 +08:00
barycenter.h Restructure the code base 2021-11-18 22:58:01 +08:00
barycentric_coordinates.cpp Restructure the code base 2021-11-18 22:58:01 +08:00
barycentric_coordinates.h Restructure the code base 2021-11-18 22:58:01 +08:00
barycentric_to_global.cpp Restructure the code base 2021-11-18 22:58:01 +08:00
barycentric_to_global.h Restructure the code base 2021-11-18 22:58:01 +08:00
basename.cpp Restructure the code base 2021-11-18 22:58:01 +08:00
basename.h Restructure the code base 2021-11-18 22:58:01 +08:00
bbw.cpp Restructure the code base 2021-11-18 22:58:01 +08:00
bbw.h Restructure the code base 2021-11-18 22:58:01 +08:00
bfs.cpp Restructure the code base 2021-11-18 22:58:01 +08:00
bfs.h Restructure the code base 2021-11-18 22:58:01 +08:00
bfs_orient.cpp Restructure the code base 2021-11-18 22:58:01 +08:00
bfs_orient.h Restructure the code base 2021-11-18 22:58:01 +08:00
biharmonic_coordinates.cpp Restructure the code base 2021-11-18 22:58:01 +08:00
biharmonic_coordinates.h Restructure the code base 2021-11-18 22:58:01 +08:00
bijective_composite_harmonic_mapping.cpp Restructure the code base 2021-11-18 22:58:01 +08:00
bijective_composite_harmonic_mapping.h Restructure the code base 2021-11-18 22:58:01 +08:00
bone_parents.cpp Restructure the code base 2021-11-18 22:58:01 +08:00
bone_parents.h Restructure the code base 2021-11-18 22:58:01 +08:00
boundary_conditions.cpp Restructure the code base 2021-11-18 22:58:01 +08:00
boundary_conditions.h Restructure the code base 2021-11-18 22:58:01 +08:00
boundary_facets.cpp Restructure the code base 2021-11-18 22:58:01 +08:00
boundary_facets.h Restructure the code base 2021-11-18 22:58:01 +08:00
boundary_loop.cpp Restructure the code base 2021-11-18 22:58:01 +08:00
boundary_loop.h Restructure the code base 2021-11-18 22:58:01 +08:00
bounding_box.cpp Restructure the code base 2021-11-18 22:58:01 +08:00
bounding_box.h Restructure the code base 2021-11-18 22:58:01 +08:00
bounding_box_diagonal.cpp Restructure the code base 2021-11-18 22:58:01 +08:00
bounding_box_diagonal.h Restructure the code base 2021-11-18 22:58:01 +08:00
canonical_quaternions.cpp Restructure the code base 2021-11-18 22:58:01 +08:00
canonical_quaternions.h Restructure the code base 2021-11-18 22:58:01 +08:00
cat.cpp Restructure the code base 2021-11-18 22:58:01 +08:00
cat.h Restructure the code base 2021-11-18 22:58:01 +08:00
ceil.cpp Restructure the code base 2021-11-18 22:58:01 +08:00
ceil.h Restructure the code base 2021-11-18 22:58:01 +08:00
centroid.cpp Restructure the code base 2021-11-18 22:58:01 +08:00
centroid.h Restructure the code base 2021-11-18 22:58:01 +08:00
circulation.cpp Restructure the code base 2021-11-18 22:58:01 +08:00
circulation.h Restructure the code base 2021-11-18 22:58:01 +08:00
circumradius.cpp Restructure the code base 2021-11-18 22:58:01 +08:00
circumradius.h Restructure the code base 2021-11-18 22:58:01 +08:00
collapse_edge.cpp Restructure the code base 2021-11-18 22:58:01 +08:00
collapse_edge.h Restructure the code base 2021-11-18 22:58:01 +08:00
collapse_small_triangles.cpp Restructure the code base 2021-11-18 22:58:01 +08:00
collapse_small_triangles.h Restructure the code base 2021-11-18 22:58:01 +08:00
colon.cpp Restructure the code base 2021-11-18 22:58:01 +08:00
colon.h Restructure the code base 2021-11-18 22:58:01 +08:00
colormap.cpp Restructure the code base 2021-11-18 22:58:01 +08:00
colormap.h Restructure the code base 2021-11-18 22:58:01 +08:00
column_to_quats.cpp Restructure the code base 2021-11-18 22:58:01 +08:00
column_to_quats.h Restructure the code base 2021-11-18 22:58:01 +08:00
columnize.cpp Restructure the code base 2021-11-18 22:58:01 +08:00
columnize.h Restructure the code base 2021-11-18 22:58:01 +08:00
comb_cross_field.cpp Restructure the code base 2021-11-18 22:58:01 +08:00
comb_cross_field.h Restructure the code base 2021-11-18 22:58:01 +08:00
comb_frame_field.cpp Restructure the code base 2021-11-18 22:58:01 +08:00
comb_frame_field.h Restructure the code base 2021-11-18 22:58:01 +08:00
comb_line_field.cpp Restructure the code base 2021-11-18 22:58:01 +08:00
comb_line_field.h Restructure the code base 2021-11-18 22:58:01 +08:00
combine.cpp Restructure the code base 2021-11-18 22:58:01 +08:00
combine.h Restructure the code base 2021-11-18 22:58:01 +08:00
compute_frame_field_bisectors.cpp Restructure the code base 2021-11-18 22:58:01 +08:00
compute_frame_field_bisectors.h Restructure the code base 2021-11-18 22:58:01 +08:00
connect_boundary_to_infinity.cpp Restructure the code base 2021-11-18 22:58:01 +08:00
connect_boundary_to_infinity.h Restructure the code base 2021-11-18 22:58:01 +08:00
cotmatrix.cpp Restructure the code base 2021-11-18 22:58:01 +08:00
cotmatrix.h Restructure the code base 2021-11-18 22:58:01 +08:00
cotmatrix_entries.cpp Restructure the code base 2021-11-18 22:58:01 +08:00
cotmatrix_entries.h Restructure the code base 2021-11-18 22:58:01 +08:00
cotmatrix_intrinsic.cpp Restructure the code base 2021-11-18 22:58:01 +08:00
cotmatrix_intrinsic.h Restructure the code base 2021-11-18 22:58:01 +08:00
count.cpp Restructure the code base 2021-11-18 22:58:01 +08:00
count.h Restructure the code base 2021-11-18 22:58:01 +08:00
covariance_scatter_matrix.cpp Restructure the code base 2021-11-18 22:58:01 +08:00
covariance_scatter_matrix.h Restructure the code base 2021-11-18 22:58:01 +08:00
cross.cpp Restructure the code base 2021-11-18 22:58:01 +08:00
cross.h Restructure the code base 2021-11-18 22:58:01 +08:00
cross_field_mismatch.cpp Restructure the code base 2021-11-18 22:58:01 +08:00
cross_field_mismatch.h Restructure the code base 2021-11-18 22:58:01 +08:00
crouzeix_raviart_cotmatrix.cpp Restructure the code base 2021-11-18 22:58:01 +08:00
crouzeix_raviart_cotmatrix.h Restructure the code base 2021-11-18 22:58:01 +08:00
crouzeix_raviart_massmatrix.cpp Restructure the code base 2021-11-18 22:58:01 +08:00
crouzeix_raviart_massmatrix.h Restructure the code base 2021-11-18 22:58:01 +08:00
cumprod.cpp Restructure the code base 2021-11-18 22:58:01 +08:00
cumprod.h Restructure the code base 2021-11-18 22:58:01 +08:00
cumsum.cpp Restructure the code base 2021-11-18 22:58:01 +08:00
cumsum.h Restructure the code base 2021-11-18 22:58:01 +08:00
cut_mesh.cpp Restructure the code base 2021-11-18 22:58:01 +08:00
cut_mesh.h Restructure the code base 2021-11-18 22:58:01 +08:00
cut_mesh_from_singularities.cpp Restructure the code base 2021-11-18 22:58:01 +08:00
cut_mesh_from_singularities.h Restructure the code base 2021-11-18 22:58:01 +08:00
cut_to_disk.cpp Restructure the code base 2021-11-18 22:58:01 +08:00
cut_to_disk.h Restructure the code base 2021-11-18 22:58:01 +08:00
cylinder.cpp Restructure the code base 2021-11-18 22:58:01 +08:00
cylinder.h Restructure the code base 2021-11-18 22:58:01 +08:00
dated_copy.cpp Restructure the code base 2021-11-18 22:58:01 +08:00
dated_copy.h Restructure the code base 2021-11-18 22:58:01 +08:00
decimate.cpp Restructure the code base 2021-11-18 22:58:01 +08:00
decimate.h Restructure the code base 2021-11-18 22:58:01 +08:00
deform_skeleton.cpp Restructure the code base 2021-11-18 22:58:01 +08:00
deform_skeleton.h Restructure the code base 2021-11-18 22:58:01 +08:00
delaunay_triangulation.cpp Restructure the code base 2021-11-18 22:58:01 +08:00
delaunay_triangulation.h Restructure the code base 2021-11-18 22:58:01 +08:00
deprecated.h Restructure the code base 2021-11-18 22:58:01 +08:00
dfs.cpp Restructure the code base 2021-11-18 22:58:01 +08:00
dfs.h Restructure the code base 2021-11-18 22:58:01 +08:00
diag.cpp Restructure the code base 2021-11-18 22:58:01 +08:00
diag.h Restructure the code base 2021-11-18 22:58:01 +08:00
dihedral_angles.cpp Restructure the code base 2021-11-18 22:58:01 +08:00
dihedral_angles.h Restructure the code base 2021-11-18 22:58:01 +08:00
dijkstra.cpp Restructure the code base 2021-11-18 22:58:01 +08:00
dijkstra.h Restructure the code base 2021-11-18 22:58:01 +08:00
directed_edge_orientations.cpp Restructure the code base 2021-11-18 22:58:01 +08:00
directed_edge_orientations.h Restructure the code base 2021-11-18 22:58:01 +08:00
directed_edge_parents.cpp Restructure the code base 2021-11-18 22:58:01 +08:00
directed_edge_parents.h Restructure the code base 2021-11-18 22:58:01 +08:00
dirname.cpp Restructure the code base 2021-11-18 22:58:01 +08:00
dirname.h Restructure the code base 2021-11-18 22:58:01 +08:00
dot.cpp Restructure the code base 2021-11-18 22:58:01 +08:00
dot.h Restructure the code base 2021-11-18 22:58:01 +08:00
dot_row.cpp Restructure the code base 2021-11-18 22:58:01 +08:00
dot_row.h Restructure the code base 2021-11-18 22:58:01 +08:00
doublearea.cpp Restructure the code base 2021-11-18 22:58:01 +08:00
doublearea.h Restructure the code base 2021-11-18 22:58:01 +08:00
dqs.cpp Restructure the code base 2021-11-18 22:58:01 +08:00
dqs.h Restructure the code base 2021-11-18 22:58:01 +08:00
ears.cpp Restructure the code base 2021-11-18 22:58:01 +08:00
ears.h Restructure the code base 2021-11-18 22:58:01 +08:00
edge_collapse_is_valid.cpp Restructure the code base 2021-11-18 22:58:01 +08:00
edge_collapse_is_valid.h Restructure the code base 2021-11-18 22:58:01 +08:00
edge_exists_near.cpp Restructure the code base 2021-11-18 22:58:01 +08:00
edge_exists_near.h Restructure the code base 2021-11-18 22:58:01 +08:00
edge_flaps.cpp Restructure the code base 2021-11-18 22:58:01 +08:00
edge_flaps.h Restructure the code base 2021-11-18 22:58:01 +08:00
edge_lengths.cpp Restructure the code base 2021-11-18 22:58:01 +08:00
edge_lengths.h Restructure the code base 2021-11-18 22:58:01 +08:00
edge_topology.cpp Restructure the code base 2021-11-18 22:58:01 +08:00
edge_topology.h Restructure the code base 2021-11-18 22:58:01 +08:00
edges.cpp Restructure the code base 2021-11-18 22:58:01 +08:00
edges.h Restructure the code base 2021-11-18 22:58:01 +08:00
edges_to_path.cpp Restructure the code base 2021-11-18 22:58:01 +08:00
edges_to_path.h Restructure the code base 2021-11-18 22:58:01 +08:00
eigs.cpp Restructure the code base 2021-11-18 22:58:01 +08:00
eigs.h Restructure the code base 2021-11-18 22:58:01 +08:00
euler_characteristic.cpp Restructure the code base 2021-11-18 22:58:01 +08:00
euler_characteristic.h Restructure the code base 2021-11-18 22:58:01 +08:00
exact_geodesic.cpp Restructure the code base 2021-11-18 22:58:01 +08:00
exact_geodesic.h Restructure the code base 2021-11-18 22:58:01 +08:00
example_fun.cpp Restructure the code base 2021-11-18 22:58:01 +08:00
example_fun.h Restructure the code base 2021-11-18 22:58:01 +08:00
exterior_edges.cpp Restructure the code base 2021-11-18 22:58:01 +08:00
exterior_edges.h Restructure the code base 2021-11-18 22:58:01 +08:00
extract_manifold_patches.cpp Restructure the code base 2021-11-18 22:58:01 +08:00
extract_manifold_patches.h Restructure the code base 2021-11-18 22:58:01 +08:00
extract_non_manifold_edge_curves.cpp Restructure the code base 2021-11-18 22:58:01 +08:00
extract_non_manifold_edge_curves.h Restructure the code base 2021-11-18 22:58:01 +08:00
face_areas.cpp Restructure the code base 2021-11-18 22:58:01 +08:00
face_areas.h Restructure the code base 2021-11-18 22:58:01 +08:00
face_occurrences.cpp Restructure the code base 2021-11-18 22:58:01 +08:00
face_occurrences.h Restructure the code base 2021-11-18 22:58:01 +08:00
faces_first.cpp Restructure the code base 2021-11-18 22:58:01 +08:00
faces_first.h Restructure the code base 2021-11-18 22:58:01 +08:00
facet_components.cpp Restructure the code base 2021-11-18 22:58:01 +08:00
facet_components.h Restructure the code base 2021-11-18 22:58:01 +08:00
false_barycentric_subdivision.cpp Restructure the code base 2021-11-18 22:58:01 +08:00
false_barycentric_subdivision.h Restructure the code base 2021-11-18 22:58:01 +08:00
fast_winding_number.cpp Restructure the code base 2021-11-18 22:58:01 +08:00
fast_winding_number.h Restructure the code base 2021-11-18 22:58:01 +08:00
file_contents_as_string.cpp Restructure the code base 2021-11-18 22:58:01 +08:00
file_contents_as_string.h Restructure the code base 2021-11-18 22:58:01 +08:00
file_dialog_open.cpp Restructure the code base 2021-11-18 22:58:01 +08:00
file_dialog_open.h Restructure the code base 2021-11-18 22:58:01 +08:00
file_dialog_save.cpp Restructure the code base 2021-11-18 22:58:01 +08:00
file_dialog_save.h Restructure the code base 2021-11-18 22:58:01 +08:00
file_exists.cpp Restructure the code base 2021-11-18 22:58:01 +08:00
file_exists.h Restructure the code base 2021-11-18 22:58:01 +08:00
find.cpp Restructure the code base 2021-11-18 22:58:01 +08:00
find.h Restructure the code base 2021-11-18 22:58:01 +08:00
find_cross_field_singularities.cpp Restructure the code base 2021-11-18 22:58:01 +08:00
find_cross_field_singularities.h Restructure the code base 2021-11-18 22:58:01 +08:00
find_zero.cpp Restructure the code base 2021-11-18 22:58:01 +08:00
find_zero.h Restructure the code base 2021-11-18 22:58:01 +08:00
fit_plane.cpp Restructure the code base 2021-11-18 22:58:01 +08:00
fit_plane.h Restructure the code base 2021-11-18 22:58:01 +08:00
fit_rotations.cpp Restructure the code base 2021-11-18 22:58:01 +08:00
fit_rotations.h Restructure the code base 2021-11-18 22:58:01 +08:00
flip_avoiding_line_search.cpp Restructure the code base 2021-11-18 22:58:01 +08:00
flip_avoiding_line_search.h Restructure the code base 2021-11-18 22:58:01 +08:00
flip_edge.cpp Restructure the code base 2021-11-18 22:58:01 +08:00
flip_edge.h Restructure the code base 2021-11-18 22:58:01 +08:00
flipped_triangles.cpp Restructure the code base 2021-11-18 22:58:01 +08:00
flipped_triangles.h Restructure the code base 2021-11-18 22:58:01 +08:00
flood_fill.cpp Restructure the code base 2021-11-18 22:58:01 +08:00
flood_fill.h Restructure the code base 2021-11-18 22:58:01 +08:00
floor.cpp Restructure the code base 2021-11-18 22:58:01 +08:00
floor.h Restructure the code base 2021-11-18 22:58:01 +08:00
for_each.h Restructure the code base 2021-11-18 22:58:01 +08:00
forward_kinematics.cpp Restructure the code base 2021-11-18 22:58:01 +08:00
forward_kinematics.h Restructure the code base 2021-11-18 22:58:01 +08:00
frame_field_deformer.cpp Restructure the code base 2021-11-18 22:58:01 +08:00
frame_field_deformer.h Restructure the code base 2021-11-18 22:58:01 +08:00
frame_to_cross_field.cpp Restructure the code base 2021-11-18 22:58:01 +08:00
frame_to_cross_field.h Restructure the code base 2021-11-18 22:58:01 +08:00
frustum.cpp Restructure the code base 2021-11-18 22:58:01 +08:00
frustum.h Restructure the code base 2021-11-18 22:58:01 +08:00
gaussian_curvature.cpp Restructure the code base 2021-11-18 22:58:01 +08:00
gaussian_curvature.h Restructure the code base 2021-11-18 22:58:01 +08:00
get_seconds.cpp Restructure the code base 2021-11-18 22:58:01 +08:00
get_seconds.h Restructure the code base 2021-11-18 22:58:01 +08:00
get_seconds_hires.cpp Restructure the code base 2021-11-18 22:58:01 +08:00
get_seconds_hires.h Restructure the code base 2021-11-18 22:58:01 +08:00
grad.cpp Restructure the code base 2021-11-18 22:58:01 +08:00
grad.h Restructure the code base 2021-11-18 22:58:01 +08:00
grad_intrinsic.cpp Restructure the code base 2021-11-18 22:58:01 +08:00
grad_intrinsic.h Restructure the code base 2021-11-18 22:58:01 +08:00
grid.cpp Restructure the code base 2021-11-18 22:58:01 +08:00
grid.h Restructure the code base 2021-11-18 22:58:01 +08:00
grid_search.cpp Restructure the code base 2021-11-18 22:58:01 +08:00
grid_search.h Restructure the code base 2021-11-18 22:58:01 +08:00
group_sum_matrix.cpp Restructure the code base 2021-11-18 22:58:01 +08:00
group_sum_matrix.h Restructure the code base 2021-11-18 22:58:01 +08:00
guess_extension.cpp Restructure the code base 2021-11-18 22:58:01 +08:00
guess_extension.h Restructure the code base 2021-11-18 22:58:01 +08:00
harmonic.cpp Restructure the code base 2021-11-18 22:58:01 +08:00
harmonic.h Restructure the code base 2021-11-18 22:58:01 +08:00
harwell_boeing.cpp Restructure the code base 2021-11-18 22:58:01 +08:00
harwell_boeing.h Restructure the code base 2021-11-18 22:58:01 +08:00
hausdorff.cpp Restructure the code base 2021-11-18 22:58:01 +08:00
hausdorff.h Restructure the code base 2021-11-18 22:58:01 +08:00
heat_geodesics.cpp Restructure the code base 2021-11-18 22:58:01 +08:00
heat_geodesics.h Restructure the code base 2021-11-18 22:58:01 +08:00
hessian.cpp Restructure the code base 2021-11-18 22:58:01 +08:00
hessian.h Restructure the code base 2021-11-18 22:58:01 +08:00
hessian_energy.cpp Restructure the code base 2021-11-18 22:58:01 +08:00
hessian_energy.h Restructure the code base 2021-11-18 22:58:01 +08:00
histc.cpp Restructure the code base 2021-11-18 22:58:01 +08:00
histc.h Restructure the code base 2021-11-18 22:58:01 +08:00
hsv_to_rgb.cpp Restructure the code base 2021-11-18 22:58:01 +08:00
hsv_to_rgb.h Restructure the code base 2021-11-18 22:58:01 +08:00
igl_inline.h Restructure the code base 2021-11-18 22:58:01 +08:00
in_element.cpp Restructure the code base 2021-11-18 22:58:01 +08:00
in_element.h Restructure the code base 2021-11-18 22:58:01 +08:00
infinite_cost_stopping_condition.cpp Restructure the code base 2021-11-18 22:58:01 +08:00
infinite_cost_stopping_condition.h Restructure the code base 2021-11-18 22:58:01 +08:00
inradius.cpp Restructure the code base 2021-11-18 22:58:01 +08:00
inradius.h Restructure the code base 2021-11-18 22:58:01 +08:00
internal_angles.cpp Restructure the code base 2021-11-18 22:58:01 +08:00
internal_angles.h Restructure the code base 2021-11-18 22:58:01 +08:00
intersect.cpp Restructure the code base 2021-11-18 22:58:01 +08:00
intersect.h Restructure the code base 2021-11-18 22:58:01 +08:00
intrinsic_delaunay_cotmatrix.cpp Restructure the code base 2021-11-18 22:58:01 +08:00
intrinsic_delaunay_cotmatrix.h Restructure the code base 2021-11-18 22:58:01 +08:00
intrinsic_delaunay_triangulation.cpp Restructure the code base 2021-11-18 22:58:01 +08:00
intrinsic_delaunay_triangulation.h Restructure the code base 2021-11-18 22:58:01 +08:00
invert_diag.cpp Restructure the code base 2021-11-18 22:58:01 +08:00
invert_diag.h Restructure the code base 2021-11-18 22:58:01 +08:00
is_border_vertex.cpp Restructure the code base 2021-11-18 22:58:01 +08:00
is_border_vertex.h Restructure the code base 2021-11-18 22:58:01 +08:00
is_boundary_edge.cpp Restructure the code base 2021-11-18 22:58:01 +08:00
is_boundary_edge.h Restructure the code base 2021-11-18 22:58:01 +08:00
is_delaunay.cpp Restructure the code base 2021-11-18 22:58:01 +08:00
is_delaunay.h Restructure the code base 2021-11-18 22:58:01 +08:00
is_dir.cpp Restructure the code base 2021-11-18 22:58:01 +08:00
is_dir.h Restructure the code base 2021-11-18 22:58:01 +08:00
is_edge_manifold.cpp Restructure the code base 2021-11-18 22:58:01 +08:00
is_edge_manifold.h Restructure the code base 2021-11-18 22:58:01 +08:00
is_file.cpp Restructure the code base 2021-11-18 22:58:01 +08:00
is_file.h Restructure the code base 2021-11-18 22:58:01 +08:00
is_intrinsic_delaunay.cpp Restructure the code base 2021-11-18 22:58:01 +08:00
is_intrinsic_delaunay.h Restructure the code base 2021-11-18 22:58:01 +08:00
is_irregular_vertex.cpp Restructure the code base 2021-11-18 22:58:01 +08:00
is_irregular_vertex.h Restructure the code base 2021-11-18 22:58:01 +08:00
is_planar.cpp Restructure the code base 2021-11-18 22:58:01 +08:00
is_planar.h Restructure the code base 2021-11-18 22:58:01 +08:00
is_readable.cpp Restructure the code base 2021-11-18 22:58:01 +08:00
is_readable.h Restructure the code base 2021-11-18 22:58:01 +08:00
is_sparse.cpp Restructure the code base 2021-11-18 22:58:01 +08:00
is_sparse.h Restructure the code base 2021-11-18 22:58:01 +08:00
is_stl.cpp Restructure the code base 2021-11-18 22:58:01 +08:00
is_stl.h Restructure the code base 2021-11-18 22:58:01 +08:00
is_symmetric.cpp Restructure the code base 2021-11-18 22:58:01 +08:00
is_symmetric.h Restructure the code base 2021-11-18 22:58:01 +08:00
is_vertex_manifold.cpp Restructure the code base 2021-11-18 22:58:01 +08:00
is_vertex_manifold.h Restructure the code base 2021-11-18 22:58:01 +08:00
is_writable.cpp Restructure the code base 2021-11-18 22:58:01 +08:00
is_writable.h Restructure the code base 2021-11-18 22:58:01 +08:00
isdiag.cpp Restructure the code base 2021-11-18 22:58:01 +08:00
isdiag.h Restructure the code base 2021-11-18 22:58:01 +08:00
ismember.cpp Restructure the code base 2021-11-18 22:58:01 +08:00
ismember.h Restructure the code base 2021-11-18 22:58:01 +08:00
isolines.cpp Restructure the code base 2021-11-18 22:58:01 +08:00
isolines.h Restructure the code base 2021-11-18 22:58:01 +08:00
jet.cpp Restructure the code base 2021-11-18 22:58:01 +08:00
jet.h Restructure the code base 2021-11-18 22:58:01 +08:00
knn.cpp Restructure the code base 2021-11-18 22:58:01 +08:00
knn.h Restructure the code base 2021-11-18 22:58:01 +08:00
launch_medit.cpp Restructure the code base 2021-11-18 22:58:01 +08:00
launch_medit.h Restructure the code base 2021-11-18 22:58:01 +08:00
lbs_matrix.cpp Restructure the code base 2021-11-18 22:58:01 +08:00
lbs_matrix.h Restructure the code base 2021-11-18 22:58:01 +08:00
lexicographic_triangulation.cpp Restructure the code base 2021-11-18 22:58:01 +08:00
lexicographic_triangulation.h Restructure the code base 2021-11-18 22:58:01 +08:00
limit_faces.cpp Restructure the code base 2021-11-18 22:58:01 +08:00
limit_faces.h Restructure the code base 2021-11-18 22:58:01 +08:00
line_field_mismatch.cpp Restructure the code base 2021-11-18 22:58:01 +08:00
line_field_mismatch.h Restructure the code base 2021-11-18 22:58:01 +08:00
line_search.cpp Restructure the code base 2021-11-18 22:58:01 +08:00
line_search.h Restructure the code base 2021-11-18 22:58:01 +08:00
line_segment_in_rectangle.cpp Restructure the code base 2021-11-18 22:58:01 +08:00
line_segment_in_rectangle.h Restructure the code base 2021-11-18 22:58:01 +08:00
linprog.cpp Restructure the code base 2021-11-18 22:58:01 +08:00
linprog.h Restructure the code base 2021-11-18 22:58:01 +08:00
list_to_matrix.cpp Restructure the code base 2021-11-18 22:58:01 +08:00
list_to_matrix.h Restructure the code base 2021-11-18 22:58:01 +08:00
local_basis.cpp Restructure the code base 2021-11-18 22:58:01 +08:00
local_basis.h Restructure the code base 2021-11-18 22:58:01 +08:00
look_at.cpp Restructure the code base 2021-11-18 22:58:01 +08:00
look_at.h Restructure the code base 2021-11-18 22:58:01 +08:00
loop.cpp Restructure the code base 2021-11-18 22:58:01 +08:00
loop.h Restructure the code base 2021-11-18 22:58:01 +08:00
lscm.cpp Restructure the code base 2021-11-18 22:58:01 +08:00
lscm.h Restructure the code base 2021-11-18 22:58:01 +08:00
map_vertices_to_circle.cpp Restructure the code base 2021-11-18 22:58:01 +08:00
map_vertices_to_circle.h Restructure the code base 2021-11-18 22:58:01 +08:00
mapping_energy_with_jacobians.cpp Restructure the code base 2021-11-18 22:58:01 +08:00
mapping_energy_with_jacobians.h Restructure the code base 2021-11-18 22:58:01 +08:00
marching_tets.cpp Restructure the code base 2021-11-18 22:58:01 +08:00
marching_tets.h Restructure the code base 2021-11-18 22:58:01 +08:00
massmatrix.cpp Restructure the code base 2021-11-18 22:58:01 +08:00
massmatrix.h Restructure the code base 2021-11-18 22:58:01 +08:00
massmatrix_intrinsic.cpp Restructure the code base 2021-11-18 22:58:01 +08:00
massmatrix_intrinsic.h Restructure the code base 2021-11-18 22:58:01 +08:00
mat_max.cpp Restructure the code base 2021-11-18 22:58:01 +08:00
mat_max.h Restructure the code base 2021-11-18 22:58:01 +08:00
mat_min.cpp Restructure the code base 2021-11-18 22:58:01 +08:00
mat_min.h Restructure the code base 2021-11-18 22:58:01 +08:00
mat_to_quat.cpp Restructure the code base 2021-11-18 22:58:01 +08:00
mat_to_quat.h Restructure the code base 2021-11-18 22:58:01 +08:00
material_colors.h Restructure the code base 2021-11-18 22:58:01 +08:00
matlab_format.cpp Restructure the code base 2021-11-18 22:58:01 +08:00
matlab_format.h Restructure the code base 2021-11-18 22:58:01 +08:00
matrix_to_list.cpp Restructure the code base 2021-11-18 22:58:01 +08:00
matrix_to_list.h Restructure the code base 2021-11-18 22:58:01 +08:00
max.cpp Restructure the code base 2021-11-18 22:58:01 +08:00
max.h Restructure the code base 2021-11-18 22:58:01 +08:00
max_faces_stopping_condition.cpp Restructure the code base 2021-11-18 22:58:01 +08:00
max_faces_stopping_condition.h Restructure the code base 2021-11-18 22:58:01 +08:00
max_size.cpp Restructure the code base 2021-11-18 22:58:01 +08:00
max_size.h Restructure the code base 2021-11-18 22:58:01 +08:00
median.cpp Restructure the code base 2021-11-18 22:58:01 +08:00
median.h Restructure the code base 2021-11-18 22:58:01 +08:00
min.cpp Restructure the code base 2021-11-18 22:58:01 +08:00
min.h Restructure the code base 2021-11-18 22:58:01 +08:00
min_quad_dense.cpp Restructure the code base 2021-11-18 22:58:01 +08:00
min_quad_dense.h Restructure the code base 2021-11-18 22:58:01 +08:00
min_quad_with_fixed.cpp Restructure the code base 2021-11-18 22:58:01 +08:00
min_quad_with_fixed.h Restructure the code base 2021-11-18 22:58:01 +08:00
min_size.cpp Restructure the code base 2021-11-18 22:58:01 +08:00
min_size.h Restructure the code base 2021-11-18 22:58:01 +08:00
mod.cpp Restructure the code base 2021-11-18 22:58:01 +08:00
mod.h Restructure the code base 2021-11-18 22:58:01 +08:00
mode.cpp Restructure the code base 2021-11-18 22:58:01 +08:00
mode.h Restructure the code base 2021-11-18 22:58:01 +08:00
mvc.cpp Restructure the code base 2021-11-18 22:58:01 +08:00
mvc.h Restructure the code base 2021-11-18 22:58:01 +08:00
nchoosek.cpp Restructure the code base 2021-11-18 22:58:01 +08:00
nchoosek.h Restructure the code base 2021-11-18 22:58:01 +08:00
next_filename.cpp Restructure the code base 2021-11-18 22:58:01 +08:00
next_filename.h Restructure the code base 2021-11-18 22:58:01 +08:00
normal_derivative.cpp Restructure the code base 2021-11-18 22:58:01 +08:00
normal_derivative.h Restructure the code base 2021-11-18 22:58:01 +08:00
normalize_quat.cpp Restructure the code base 2021-11-18 22:58:01 +08:00
normalize_quat.h Restructure the code base 2021-11-18 22:58:01 +08:00
normalize_row_lengths.cpp Restructure the code base 2021-11-18 22:58:01 +08:00
normalize_row_lengths.h Restructure the code base 2021-11-18 22:58:01 +08:00
normalize_row_sums.cpp Restructure the code base 2021-11-18 22:58:01 +08:00
normalize_row_sums.h Restructure the code base 2021-11-18 22:58:01 +08:00
null.cpp Restructure the code base 2021-11-18 22:58:01 +08:00
null.h Restructure the code base 2021-11-18 22:58:01 +08:00
octree.cpp Restructure the code base 2021-11-18 22:58:01 +08:00
octree.h Restructure the code base 2021-11-18 22:58:01 +08:00
on_boundary.cpp Restructure the code base 2021-11-18 22:58:01 +08:00
on_boundary.h Restructure the code base 2021-11-18 22:58:01 +08:00
orient_outward.cpp Restructure the code base 2021-11-18 22:58:01 +08:00
orient_outward.h Restructure the code base 2021-11-18 22:58:01 +08:00
orientable_patches.cpp Restructure the code base 2021-11-18 22:58:01 +08:00
orientable_patches.h Restructure the code base 2021-11-18 22:58:01 +08:00
oriented_facets.cpp Restructure the code base 2021-11-18 22:58:01 +08:00
oriented_facets.h Restructure the code base 2021-11-18 22:58:01 +08:00
orth.cpp Restructure the code base 2021-11-18 22:58:01 +08:00
orth.h Restructure the code base 2021-11-18 22:58:01 +08:00
ortho.cpp Restructure the code base 2021-11-18 22:58:01 +08:00
ortho.h Restructure the code base 2021-11-18 22:58:01 +08:00
outer_element.cpp Restructure the code base 2021-11-18 22:58:01 +08:00
outer_element.h Restructure the code base 2021-11-18 22:58:01 +08:00
parallel_for.h Restructure the code base 2021-11-18 22:58:01 +08:00
parallel_transport_angles.cpp Restructure the code base 2021-11-18 22:58:01 +08:00
parallel_transport_angles.h Restructure the code base 2021-11-18 22:58:01 +08:00
partition.cpp Restructure the code base 2021-11-18 22:58:01 +08:00
partition.h Restructure the code base 2021-11-18 22:58:01 +08:00
parula.cpp Restructure the code base 2021-11-18 22:58:01 +08:00
parula.h Restructure the code base 2021-11-18 22:58:01 +08:00
path_to_executable.cpp Restructure the code base 2021-11-18 22:58:01 +08:00
path_to_executable.h Restructure the code base 2021-11-18 22:58:01 +08:00
pathinfo.cpp Restructure the code base 2021-11-18 22:58:01 +08:00
pathinfo.h Restructure the code base 2021-11-18 22:58:01 +08:00
per_corner_normals.cpp Restructure the code base 2021-11-18 22:58:01 +08:00
per_corner_normals.h Restructure the code base 2021-11-18 22:58:01 +08:00
per_edge_normals.cpp Restructure the code base 2021-11-18 22:58:01 +08:00
per_edge_normals.h Restructure the code base 2021-11-18 22:58:01 +08:00
per_face_normals.cpp Restructure the code base 2021-11-18 22:58:01 +08:00
per_face_normals.h Restructure the code base 2021-11-18 22:58:01 +08:00
per_vertex_attribute_smoothing.cpp Restructure the code base 2021-11-18 22:58:01 +08:00
per_vertex_attribute_smoothing.h Restructure the code base 2021-11-18 22:58:01 +08:00
per_vertex_normals.cpp Restructure the code base 2021-11-18 22:58:01 +08:00
per_vertex_normals.h Restructure the code base 2021-11-18 22:58:01 +08:00
per_vertex_point_to_plane_quadrics.cpp Restructure the code base 2021-11-18 22:58:01 +08:00
per_vertex_point_to_plane_quadrics.h Restructure the code base 2021-11-18 22:58:01 +08:00
piecewise_constant_winding_number.cpp Restructure the code base 2021-11-18 22:58:01 +08:00
piecewise_constant_winding_number.h Restructure the code base 2021-11-18 22:58:01 +08:00
pinv.cpp Restructure the code base 2021-11-18 22:58:01 +08:00
pinv.h Restructure the code base 2021-11-18 22:58:01 +08:00
planarize_quad_mesh.cpp Restructure the code base 2021-11-18 22:58:01 +08:00
planarize_quad_mesh.h Restructure the code base 2021-11-18 22:58:01 +08:00
ply.h Restructure the code base 2021-11-18 22:58:01 +08:00
point_in_circle.cpp Restructure the code base 2021-11-18 22:58:01 +08:00
point_in_circle.h Restructure the code base 2021-11-18 22:58:01 +08:00
point_in_poly.cpp Restructure the code base 2021-11-18 22:58:01 +08:00
point_in_poly.h Restructure the code base 2021-11-18 22:58:01 +08:00
point_mesh_squared_distance.cpp Restructure the code base 2021-11-18 22:58:01 +08:00
point_mesh_squared_distance.h Restructure the code base 2021-11-18 22:58:01 +08:00
point_simplex_squared_distance.cpp Restructure the code base 2021-11-18 22:58:01 +08:00
point_simplex_squared_distance.h Restructure the code base 2021-11-18 22:58:01 +08:00
polar_dec.cpp Restructure the code base 2021-11-18 22:58:01 +08:00
polar_dec.h Restructure the code base 2021-11-18 22:58:01 +08:00
polar_svd.cpp Restructure the code base 2021-11-18 22:58:01 +08:00
polar_svd.h Restructure the code base 2021-11-18 22:58:01 +08:00
polar_svd3x3.cpp Restructure the code base 2021-11-18 22:58:01 +08:00
polar_svd3x3.h Restructure the code base 2021-11-18 22:58:01 +08:00
polygon_mesh_to_triangle_mesh.cpp Restructure the code base 2021-11-18 22:58:01 +08:00
polygon_mesh_to_triangle_mesh.h Restructure the code base 2021-11-18 22:58:01 +08:00
principal_curvature.cpp Restructure the code base 2021-11-18 22:58:01 +08:00
principal_curvature.h Restructure the code base 2021-11-18 22:58:01 +08:00
print_ijv.cpp Restructure the code base 2021-11-18 22:58:01 +08:00
print_ijv.h Restructure the code base 2021-11-18 22:58:01 +08:00
print_vector.cpp Restructure the code base 2021-11-18 22:58:01 +08:00
print_vector.h Restructure the code base 2021-11-18 22:58:01 +08:00
procrustes.cpp Restructure the code base 2021-11-18 22:58:01 +08:00
procrustes.h Restructure the code base 2021-11-18 22:58:01 +08:00
project.cpp Restructure the code base 2021-11-18 22:58:01 +08:00
project.h Restructure the code base 2021-11-18 22:58:01 +08:00
project_isometrically_to_plane.cpp Restructure the code base 2021-11-18 22:58:01 +08:00
project_isometrically_to_plane.h Restructure the code base 2021-11-18 22:58:01 +08:00
project_to_line.cpp Restructure the code base 2021-11-18 22:58:01 +08:00
project_to_line.h Restructure the code base 2021-11-18 22:58:01 +08:00
project_to_line_segment.cpp Restructure the code base 2021-11-18 22:58:01 +08:00
project_to_line_segment.h Restructure the code base 2021-11-18 22:58:01 +08:00
pseudonormal_test.cpp Restructure the code base 2021-11-18 22:58:01 +08:00
pseudonormal_test.h Restructure the code base 2021-11-18 22:58:01 +08:00
pso.cpp Restructure the code base 2021-11-18 22:58:01 +08:00
pso.h Restructure the code base 2021-11-18 22:58:01 +08:00
qslim.cpp Restructure the code base 2021-11-18 22:58:01 +08:00
qslim.h Restructure the code base 2021-11-18 22:58:01 +08:00
qslim_optimal_collapse_edge_callbacks.cpp Restructure the code base 2021-11-18 22:58:01 +08:00
qslim_optimal_collapse_edge_callbacks.h Restructure the code base 2021-11-18 22:58:01 +08:00
quad_planarity.cpp Restructure the code base 2021-11-18 22:58:01 +08:00
quad_planarity.h Restructure the code base 2021-11-18 22:58:01 +08:00
quadric_binary_plus_operator.cpp Restructure the code base 2021-11-18 22:58:01 +08:00
quadric_binary_plus_operator.h Restructure the code base 2021-11-18 22:58:01 +08:00
quat_conjugate.cpp Restructure the code base 2021-11-18 22:58:01 +08:00
quat_conjugate.h Restructure the code base 2021-11-18 22:58:01 +08:00
quat_mult.cpp Restructure the code base 2021-11-18 22:58:01 +08:00
quat_mult.h Restructure the code base 2021-11-18 22:58:01 +08:00
quat_to_axis_angle.cpp Restructure the code base 2021-11-18 22:58:01 +08:00
quat_to_axis_angle.h Restructure the code base 2021-11-18 22:58:01 +08:00
quat_to_mat.cpp Restructure the code base 2021-11-18 22:58:01 +08:00
quat_to_mat.h Restructure the code base 2021-11-18 22:58:01 +08:00
quats_to_column.cpp Restructure the code base 2021-11-18 22:58:01 +08:00
quats_to_column.h Restructure the code base 2021-11-18 22:58:01 +08:00
ramer_douglas_peucker.cpp Restructure the code base 2021-11-18 22:58:01 +08:00
ramer_douglas_peucker.h Restructure the code base 2021-11-18 22:58:01 +08:00
random_dir.cpp Restructure the code base 2021-11-18 22:58:01 +08:00
random_dir.h Restructure the code base 2021-11-18 22:58:01 +08:00
random_points_on_mesh.cpp Restructure the code base 2021-11-18 22:58:01 +08:00
random_points_on_mesh.h Restructure the code base 2021-11-18 22:58:01 +08:00
random_quaternion.cpp Restructure the code base 2021-11-18 22:58:01 +08:00
random_quaternion.h Restructure the code base 2021-11-18 22:58:01 +08:00
random_search.cpp Restructure the code base 2021-11-18 22:58:01 +08:00
random_search.h Restructure the code base 2021-11-18 22:58:01 +08:00
randperm.cpp Restructure the code base 2021-11-18 22:58:01 +08:00
randperm.h Restructure the code base 2021-11-18 22:58:01 +08:00
ray_box_intersect.cpp Restructure the code base 2021-11-18 22:58:01 +08:00
ray_box_intersect.h Restructure the code base 2021-11-18 22:58:01 +08:00
ray_mesh_intersect.cpp Restructure the code base 2021-11-18 22:58:01 +08:00
ray_mesh_intersect.h Restructure the code base 2021-11-18 22:58:01 +08:00
ray_sphere_intersect.cpp Restructure the code base 2021-11-18 22:58:01 +08:00
ray_sphere_intersect.h Restructure the code base 2021-11-18 22:58:01 +08:00
raytri.c Restructure the code base 2021-11-18 22:58:01 +08:00
readBF.cpp Restructure the code base 2021-11-18 22:58:01 +08:00
readBF.h Restructure the code base 2021-11-18 22:58:01 +08:00
readCSV.cpp Restructure the code base 2021-11-18 22:58:01 +08:00
readCSV.h Restructure the code base 2021-11-18 22:58:01 +08:00
readDMAT.cpp Restructure the code base 2021-11-18 22:58:01 +08:00
readDMAT.h Restructure the code base 2021-11-18 22:58:01 +08:00
readMESH.cpp Restructure the code base 2021-11-18 22:58:01 +08:00
readMESH.h Restructure the code base 2021-11-18 22:58:01 +08:00
readMSH.cpp Restructure the code base 2021-11-18 22:58:01 +08:00
readMSH.h Restructure the code base 2021-11-18 22:58:01 +08:00
readNODE.cpp Restructure the code base 2021-11-18 22:58:01 +08:00
readNODE.h Restructure the code base 2021-11-18 22:58:01 +08:00
readOBJ.cpp Restructure the code base 2021-11-18 22:58:01 +08:00
readOBJ.h Restructure the code base 2021-11-18 22:58:01 +08:00
readOFF.cpp Restructure the code base 2021-11-18 22:58:01 +08:00
readOFF.h Restructure the code base 2021-11-18 22:58:01 +08:00
readPLY.cpp Restructure the code base 2021-11-18 22:58:01 +08:00
readPLY.h Restructure the code base 2021-11-18 22:58:01 +08:00
readSTL.cpp Restructure the code base 2021-11-18 22:58:01 +08:00
readSTL.h Restructure the code base 2021-11-18 22:58:01 +08:00
readTGF.cpp Restructure the code base 2021-11-18 22:58:01 +08:00
readTGF.h Restructure the code base 2021-11-18 22:58:01 +08:00
readWRL.cpp Restructure the code base 2021-11-18 22:58:01 +08:00
readWRL.h Restructure the code base 2021-11-18 22:58:01 +08:00
read_triangle_mesh.cpp Restructure the code base 2021-11-18 22:58:01 +08:00
read_triangle_mesh.h Restructure the code base 2021-11-18 22:58:01 +08:00
redux.h Restructure the code base 2021-11-18 22:58:01 +08:00
remesh_along_isoline.cpp Restructure the code base 2021-11-18 22:58:01 +08:00
remesh_along_isoline.h Restructure the code base 2021-11-18 22:58:01 +08:00
remove_duplicate_vertices.cpp Restructure the code base 2021-11-18 22:58:01 +08:00
remove_duplicate_vertices.h Restructure the code base 2021-11-18 22:58:01 +08:00
remove_duplicates.cpp Restructure the code base 2021-11-18 22:58:01 +08:00
remove_duplicates.h Restructure the code base 2021-11-18 22:58:01 +08:00
remove_unreferenced.cpp Restructure the code base 2021-11-18 22:58:01 +08:00
remove_unreferenced.h Restructure the code base 2021-11-18 22:58:01 +08:00
reorder.cpp Restructure the code base 2021-11-18 22:58:01 +08:00
reorder.h Restructure the code base 2021-11-18 22:58:01 +08:00
repdiag.cpp Restructure the code base 2021-11-18 22:58:01 +08:00
repdiag.h Restructure the code base 2021-11-18 22:58:01 +08:00
repmat.cpp Restructure the code base 2021-11-18 22:58:01 +08:00
repmat.h Restructure the code base 2021-11-18 22:58:01 +08:00
resolve_duplicated_faces.cpp Restructure the code base 2021-11-18 22:58:01 +08:00
resolve_duplicated_faces.h Restructure the code base 2021-11-18 22:58:01 +08:00
rgb_to_hsv.cpp Restructure the code base 2021-11-18 22:58:01 +08:00
rgb_to_hsv.h Restructure the code base 2021-11-18 22:58:01 +08:00
rotate_by_quat.cpp Restructure the code base 2021-11-18 22:58:01 +08:00
rotate_by_quat.h Restructure the code base 2021-11-18 22:58:01 +08:00
rotate_vectors.cpp Restructure the code base 2021-11-18 22:58:01 +08:00
rotate_vectors.h Restructure the code base 2021-11-18 22:58:01 +08:00
rotation_matrix_from_directions.cpp Restructure the code base 2021-11-18 22:58:01 +08:00
rotation_matrix_from_directions.h Restructure the code base 2021-11-18 22:58:01 +08:00
round.cpp Restructure the code base 2021-11-18 22:58:01 +08:00
round.h Restructure the code base 2021-11-18 22:58:01 +08:00
rows_to_matrix.cpp Restructure the code base 2021-11-18 22:58:01 +08:00
rows_to_matrix.h Restructure the code base 2021-11-18 22:58:01 +08:00
sample_edges.cpp Restructure the code base 2021-11-18 22:58:01 +08:00
sample_edges.h Restructure the code base 2021-11-18 22:58:01 +08:00
scaf.cpp Restructure the code base 2021-11-18 22:58:01 +08:00
scaf.h Restructure the code base 2021-11-18 22:58:01 +08:00
seam_edges.cpp Restructure the code base 2021-11-18 22:58:01 +08:00
seam_edges.h Restructure the code base 2021-11-18 22:58:01 +08:00
segment_segment_intersect.cpp Restructure the code base 2021-11-18 22:58:01 +08:00
segment_segment_intersect.h Restructure the code base 2021-11-18 22:58:01 +08:00
serialize.h Restructure the code base 2021-11-18 22:58:01 +08:00
setdiff.cpp Restructure the code base 2021-11-18 22:58:01 +08:00
setdiff.h Restructure the code base 2021-11-18 22:58:01 +08:00
setunion.cpp Restructure the code base 2021-11-18 22:58:01 +08:00
setunion.h Restructure the code base 2021-11-18 22:58:01 +08:00
setxor.cpp Restructure the code base 2021-11-18 22:58:01 +08:00
setxor.h Restructure the code base 2021-11-18 22:58:01 +08:00
shape_diameter_function.cpp Restructure the code base 2021-11-18 22:58:01 +08:00
shape_diameter_function.h Restructure the code base 2021-11-18 22:58:01 +08:00
shapeup.cpp Restructure the code base 2021-11-18 22:58:01 +08:00
shapeup.h Restructure the code base 2021-11-18 22:58:01 +08:00
shortest_edge_and_midpoint.cpp Restructure the code base 2021-11-18 22:58:01 +08:00
shortest_edge_and_midpoint.h Restructure the code base 2021-11-18 22:58:01 +08:00
signed_angle.cpp Restructure the code base 2021-11-18 22:58:01 +08:00
signed_angle.h Restructure the code base 2021-11-18 22:58:01 +08:00
signed_distance.cpp Restructure the code base 2021-11-18 22:58:01 +08:00
signed_distance.h Restructure the code base 2021-11-18 22:58:01 +08:00
simplify_polyhedron.cpp Restructure the code base 2021-11-18 22:58:01 +08:00
simplify_polyhedron.h Restructure the code base 2021-11-18 22:58:01 +08:00
slice.cpp Restructure the code base 2021-11-18 22:58:01 +08:00
slice.h Restructure the code base 2021-11-18 22:58:01 +08:00
slice_cached.cpp Restructure the code base 2021-11-18 22:58:01 +08:00
slice_cached.h Restructure the code base 2021-11-18 22:58:01 +08:00
slice_into.cpp Restructure the code base 2021-11-18 22:58:01 +08:00
slice_into.h Restructure the code base 2021-11-18 22:58:01 +08:00
slice_mask.cpp Restructure the code base 2021-11-18 22:58:01 +08:00
slice_mask.h Restructure the code base 2021-11-18 22:58:01 +08:00
slim.cpp Restructure the code base 2021-11-18 22:58:01 +08:00
slim.h Restructure the code base 2021-11-18 22:58:01 +08:00
snap_points.cpp Restructure the code base 2021-11-18 22:58:01 +08:00
snap_points.h Restructure the code base 2021-11-18 22:58:01 +08:00
snap_to_canonical_view_quat.cpp Restructure the code base 2021-11-18 22:58:01 +08:00
snap_to_canonical_view_quat.h Restructure the code base 2021-11-18 22:58:01 +08:00
snap_to_fixed_up.cpp Restructure the code base 2021-11-18 22:58:01 +08:00
snap_to_fixed_up.h Restructure the code base 2021-11-18 22:58:01 +08:00
solid_angle.cpp Restructure the code base 2021-11-18 22:58:01 +08:00
solid_angle.h Restructure the code base 2021-11-18 22:58:01 +08:00
sort.cpp Restructure the code base 2021-11-18 22:58:01 +08:00
sort.h Restructure the code base 2021-11-18 22:58:01 +08:00
sort_angles.cpp Restructure the code base 2021-11-18 22:58:01 +08:00
sort_angles.h Restructure the code base 2021-11-18 22:58:01 +08:00
sort_triangles.cpp Restructure the code base 2021-11-18 22:58:01 +08:00
sort_triangles.h Restructure the code base 2021-11-18 22:58:01 +08:00
sort_vectors_ccw.cpp Restructure the code base 2021-11-18 22:58:01 +08:00
sort_vectors_ccw.h Restructure the code base 2021-11-18 22:58:01 +08:00
sortrows.cpp Restructure the code base 2021-11-18 22:58:01 +08:00
sortrows.h Restructure the code base 2021-11-18 22:58:01 +08:00
sparse.cpp Restructure the code base 2021-11-18 22:58:01 +08:00
sparse.h Restructure the code base 2021-11-18 22:58:01 +08:00
sparse_cached.cpp Restructure the code base 2021-11-18 22:58:01 +08:00
sparse_cached.h Restructure the code base 2021-11-18 22:58:01 +08:00
sparse_voxel_grid.cpp Restructure the code base 2021-11-18 22:58:01 +08:00
sparse_voxel_grid.h Restructure the code base 2021-11-18 22:58:01 +08:00
speye.cpp Restructure the code base 2021-11-18 22:58:01 +08:00
speye.h Restructure the code base 2021-11-18 22:58:01 +08:00
squared_edge_lengths.cpp Restructure the code base 2021-11-18 22:58:01 +08:00
squared_edge_lengths.h Restructure the code base 2021-11-18 22:58:01 +08:00
stdin_to_temp.cpp Restructure the code base 2021-11-18 22:58:01 +08:00
stdin_to_temp.h Restructure the code base 2021-11-18 22:58:01 +08:00
straighten_seams.cpp Restructure the code base 2021-11-18 22:58:01 +08:00
straighten_seams.h Restructure the code base 2021-11-18 22:58:01 +08:00
sum.cpp Restructure the code base 2021-11-18 22:58:01 +08:00
sum.h Restructure the code base 2021-11-18 22:58:01 +08:00
svd3x3.cpp Restructure the code base 2021-11-18 22:58:01 +08:00
svd3x3.h Restructure the code base 2021-11-18 22:58:01 +08:00
svd3x3_avx.cpp Restructure the code base 2021-11-18 22:58:01 +08:00
svd3x3_avx.h Restructure the code base 2021-11-18 22:58:01 +08:00
svd3x3_sse.cpp Restructure the code base 2021-11-18 22:58:01 +08:00
svd3x3_sse.h Restructure the code base 2021-11-18 22:58:01 +08:00
swept_volume_bounding_box.cpp Restructure the code base 2021-11-18 22:58:01 +08:00
swept_volume_bounding_box.h Restructure the code base 2021-11-18 22:58:01 +08:00
swept_volume_signed_distance.cpp Restructure the code base 2021-11-18 22:58:01 +08:00
swept_volume_signed_distance.h Restructure the code base 2021-11-18 22:58:01 +08:00
tan_half_angle.cpp Restructure the code base 2021-11-18 22:58:01 +08:00
tan_half_angle.h Restructure the code base 2021-11-18 22:58:01 +08:00
tet_tet_adjacency.cpp Restructure the code base 2021-11-18 22:58:01 +08:00
tet_tet_adjacency.h Restructure the code base 2021-11-18 22:58:01 +08:00
topological_hole_fill.cpp Restructure the code base 2021-11-18 22:58:01 +08:00
topological_hole_fill.h Restructure the code base 2021-11-18 22:58:01 +08:00
trackball.cpp Restructure the code base 2021-11-18 22:58:01 +08:00
trackball.h Restructure the code base 2021-11-18 22:58:01 +08:00
transpose_blocks.cpp Restructure the code base 2021-11-18 22:58:01 +08:00
transpose_blocks.h Restructure the code base 2021-11-18 22:58:01 +08:00
triangle_fan.cpp Restructure the code base 2021-11-18 22:58:01 +08:00
triangle_fan.h Restructure the code base 2021-11-18 22:58:01 +08:00
triangle_triangle_adjacency.cpp Restructure the code base 2021-11-18 22:58:01 +08:00
triangle_triangle_adjacency.h Restructure the code base 2021-11-18 22:58:01 +08:00
triangles_from_strip.cpp Restructure the code base 2021-11-18 22:58:01 +08:00
triangles_from_strip.h Restructure the code base 2021-11-18 22:58:01 +08:00
triangulated_grid.cpp Restructure the code base 2021-11-18 22:58:01 +08:00
triangulated_grid.h Restructure the code base 2021-11-18 22:58:01 +08:00
two_axis_valuator_fixed_up.cpp Restructure the code base 2021-11-18 22:58:01 +08:00
two_axis_valuator_fixed_up.h Restructure the code base 2021-11-18 22:58:01 +08:00
uniformly_sample_two_manifold.cpp Restructure the code base 2021-11-18 22:58:01 +08:00
uniformly_sample_two_manifold.h Restructure the code base 2021-11-18 22:58:01 +08:00
unique.cpp Restructure the code base 2021-11-18 22:58:01 +08:00
unique.h Restructure the code base 2021-11-18 22:58:01 +08:00
unique_edge_map.cpp Restructure the code base 2021-11-18 22:58:01 +08:00
unique_edge_map.h Restructure the code base 2021-11-18 22:58:01 +08:00
unique_rows.cpp Restructure the code base 2021-11-18 22:58:01 +08:00
unique_rows.h Restructure the code base 2021-11-18 22:58:01 +08:00
unique_simplices.cpp Restructure the code base 2021-11-18 22:58:01 +08:00
unique_simplices.h Restructure the code base 2021-11-18 22:58:01 +08:00
unproject.cpp Restructure the code base 2021-11-18 22:58:01 +08:00
unproject.h Restructure the code base 2021-11-18 22:58:01 +08:00
unproject_in_mesh.cpp Restructure the code base 2021-11-18 22:58:01 +08:00
unproject_in_mesh.h Restructure the code base 2021-11-18 22:58:01 +08:00
unproject_onto_mesh.cpp Restructure the code base 2021-11-18 22:58:01 +08:00
unproject_onto_mesh.h Restructure the code base 2021-11-18 22:58:01 +08:00
unproject_ray.cpp Restructure the code base 2021-11-18 22:58:01 +08:00
unproject_ray.h Restructure the code base 2021-11-18 22:58:01 +08:00
unzip_corners.cpp Restructure the code base 2021-11-18 22:58:01 +08:00
unzip_corners.h Restructure the code base 2021-11-18 22:58:01 +08:00
upsample.cpp Restructure the code base 2021-11-18 22:58:01 +08:00
upsample.h Restructure the code base 2021-11-18 22:58:01 +08:00
vector_area_matrix.cpp Restructure the code base 2021-11-18 22:58:01 +08:00
vector_area_matrix.h Restructure the code base 2021-11-18 22:58:01 +08:00
verbose.h Restructure the code base 2021-11-18 22:58:01 +08:00
vertex_components.cpp Restructure the code base 2021-11-18 22:58:01 +08:00
vertex_components.h Restructure the code base 2021-11-18 22:58:01 +08:00
vertex_triangle_adjacency.cpp Restructure the code base 2021-11-18 22:58:01 +08:00
vertex_triangle_adjacency.h Restructure the code base 2021-11-18 22:58:01 +08:00
volume.cpp Restructure the code base 2021-11-18 22:58:01 +08:00
volume.h Restructure the code base 2021-11-18 22:58:01 +08:00
voxel_grid.cpp Restructure the code base 2021-11-18 22:58:01 +08:00
voxel_grid.h Restructure the code base 2021-11-18 22:58:01 +08:00
winding_number.cpp Restructure the code base 2021-11-18 22:58:01 +08:00
winding_number.h Restructure the code base 2021-11-18 22:58:01 +08:00
writeBF.cpp Restructure the code base 2021-11-18 22:58:01 +08:00
writeBF.h Restructure the code base 2021-11-18 22:58:01 +08:00
writeDMAT.cpp Restructure the code base 2021-11-18 22:58:01 +08:00
writeDMAT.h Restructure the code base 2021-11-18 22:58:01 +08:00
writeMESH.cpp Restructure the code base 2021-11-18 22:58:01 +08:00
writeMESH.h Restructure the code base 2021-11-18 22:58:01 +08:00
writeOBJ.cpp Restructure the code base 2021-11-18 22:58:01 +08:00
writeOBJ.h Restructure the code base 2021-11-18 22:58:01 +08:00
writeOFF.cpp Restructure the code base 2021-11-18 22:58:01 +08:00
writeOFF.h Restructure the code base 2021-11-18 22:58:01 +08:00
writePLY.cpp Restructure the code base 2021-11-18 22:58:01 +08:00
writePLY.h Restructure the code base 2021-11-18 22:58:01 +08:00
writeSTL.cpp Restructure the code base 2021-11-18 22:58:01 +08:00
writeSTL.h Restructure the code base 2021-11-18 22:58:01 +08:00
writeTGF.cpp Restructure the code base 2021-11-18 22:58:01 +08:00
writeTGF.h Restructure the code base 2021-11-18 22:58:01 +08:00
writeWRL.cpp Restructure the code base 2021-11-18 22:58:01 +08:00
writeWRL.h Restructure the code base 2021-11-18 22:58:01 +08:00
write_triangle_mesh.cpp Restructure the code base 2021-11-18 22:58:01 +08:00
write_triangle_mesh.h Restructure the code base 2021-11-18 22:58:01 +08:00