README.md
setup.py
src/gpytoolbox/__init__.py
src/gpytoolbox/apply_colormap.py
src/gpytoolbox/array_correspondence.py
src/gpytoolbox/bad_quad_mesh_from_quadtree.py
src/gpytoolbox/barycentric_coordinates.py
src/gpytoolbox/boundary_edges.py
src/gpytoolbox/boundary_loops.py
src/gpytoolbox/boundary_vertices.py
src/gpytoolbox/catmull_rom_spline.py
src/gpytoolbox/colormap.py
src/gpytoolbox/compactly_supported_normal.py
src/gpytoolbox/cotangent_laplacian.py
src/gpytoolbox/cotangent_laplacian_intrinsic.py
src/gpytoolbox/cotangent_weights.py
src/gpytoolbox/cotangent_weights_intrinsic.py
src/gpytoolbox/decimate.py
src/gpytoolbox/doublearea.py
src/gpytoolbox/doublearea_intrinsic.py
src/gpytoolbox/edge_indices.py
src/gpytoolbox/edges.py
src/gpytoolbox/fd_grad.py
src/gpytoolbox/fd_interpolate.py
src/gpytoolbox/fd_partial_derivative.py
src/gpytoolbox/fixed_dof_solve.py
src/gpytoolbox/grad.py
src/gpytoolbox/halfedge_edge_map.py
src/gpytoolbox/halfedge_lengths.py
src/gpytoolbox/halfedge_lengths_squared.py
src/gpytoolbox/halfedges.py
src/gpytoolbox/in_element_aabb.py
src/gpytoolbox/in_quadtree.py
src/gpytoolbox/initialize_aabbtree.py
src/gpytoolbox/initialize_quadtree.py
src/gpytoolbox/linear_elasticity.py
src/gpytoolbox/linear_elasticity_stiffness.py
src/gpytoolbox/massmatrix.py
src/gpytoolbox/massmatrix_intrinsic.py
src/gpytoolbox/metropolis_hastings.py
src/gpytoolbox/min_quad_with_fixed.py
src/gpytoolbox/normalize_points.py
src/gpytoolbox/offset_surface.py
src/gpytoolbox/per_face_normals.py
src/gpytoolbox/per_vertex_normals.py
src/gpytoolbox/png2poly.py
src/gpytoolbox/poisson_surface_reconstruction.py
src/gpytoolbox/quadtree_boundary.py
src/gpytoolbox/quadtree_children.py
src/gpytoolbox/quadtree_fem_laplacian.py
src/gpytoolbox/quadtree_gradient.py
src/gpytoolbox/quadtree_laplacian.py
src/gpytoolbox/random_points_on_mesh.py
src/gpytoolbox/random_points_on_polyline.py
src/gpytoolbox/ray_box_intersect.py
src/gpytoolbox/ray_mesh_intersect.py
src/gpytoolbox/ray_polyline_intersect.py
src/gpytoolbox/ray_triangle_intersect.py
src/gpytoolbox/read_mesh.py
src/gpytoolbox/regular_cube_mesh.py
src/gpytoolbox/regular_square_mesh.py
src/gpytoolbox/remesh_botsch.py
src/gpytoolbox/remove_duplicate_vertices.py
src/gpytoolbox/signed_distance_polygon.py
src/gpytoolbox/squared_distance.py
src/gpytoolbox/squared_distance_to_element.py
src/gpytoolbox/subdivide.py
src/gpytoolbox/subdivide_quad.py
src/gpytoolbox/tip_angles.py
src/gpytoolbox/tip_angles_intrinsic.py
src/gpytoolbox/traverse_aabbtree.py
src/gpytoolbox/triangle_triangle_adjacency.py
src/gpytoolbox/upper_envelope.py
src/gpytoolbox/volume.py
src/gpytoolbox/write_mesh.py
src/gpytoolbox/write_ply.py
src/gpytoolbox.egg-info/PKG-INFO
src/gpytoolbox.egg-info/SOURCES.txt
src/gpytoolbox.egg-info/dependency_links.txt
src/gpytoolbox.egg-info/not-zip-safe
src/gpytoolbox.egg-info/requires.txt
src/gpytoolbox.egg-info/top_level.txt
src/gpytoolbox/copyleft/__init__.py
src/gpytoolbox/copyleft/do_meshes_intersect.py
src/gpytoolbox/copyleft/lazy_cage.py
src/gpytoolbox/copyleft/mesh_boolean.py
src/gpytoolbox/copyleft/swept_volume.py
test/test_apply_colormap.py
test/test_array_correspondence.py
test/test_bad_quad_mesh_from_quadtree.py
test/test_barycentric_coordinates.py
test/test_boundary_edges.py
test/test_boundary_loops.py
test/test_boundary_vertices.py
test/test_catmull_rom_spline.py
test/test_colormap.py
test/test_compactly_supported_normal.py
test/test_cotangent_laplacian.py
test/test_cotangent_laplacian_intrinsic.py
test/test_cotangent_weights.py
test/test_cotangent_weights_intrinsic.py
test/test_decimate.py
test/test_do_meshes_intersect.py
test/test_doublearea.py
test/test_doublearea_intrinsic.py
test/test_edge_indices.py
test/test_edges.py
test/test_fd_grad.py
test/test_fd_interpolate.py
test/test_fd_partial_derivative.py
test/test_fixed_dof_solve.py
test/test_grad.py
test/test_halfedge_edge_map.py
test/test_halfedge_lengths.py
test/test_halfedge_lengths_squared.py
test/test_halfedges.py
test/test_in_element_aabb.py
test/test_in_quadtree.py
test/test_initialize_aabbtree.py
test/test_initialize_quadtree.py
test/test_lazy_cage.py
test/test_linear_elasticity.py
test/test_linear_elasticity_stiffness.py
test/test_massmatrix.py
test/test_massmatrix_intrinsic.py
test/test_mesh_boolean.py
test/test_metropolis_hastings.py
test/test_min_quad_with_fixed.py
test/test_normalize_points.py
test/test_offset_surface.py
test/test_per_face_normals.py
test/test_per_vertex_normals.py
test/test_png2poly.py
test/test_poisson_surface_reconstruction.py
test/test_quadtree_boundary.py
test/test_quadtree_children.py
test/test_quadtree_gradient.py
test/test_quadtree_laplacian.py
test/test_random_points_on_mesh.py
test/test_random_points_on_polyline.py
test/test_ray_box_intersect.py
test/test_ray_mesh_intersect.py
test/test_ray_polyline_intersect.py
test/test_ray_triangle_intersect.py
test/test_read_mesh.py
test/test_regular_cube_mesh.py
test/test_regular_square_mesh.py
test/test_remesh_botsch.py
test/test_remove_duplicate_vertices.py
test/test_signed_distance_polygon.py
test/test_squared_distance.py
test/test_squared_distance_to_element.py
test/test_subdivide.py
test/test_subdivide_quad.py
test/test_swept_volume.py
test/test_tip_angles.py
test/test_tip_angles_intrinsic.py
test/test_traverse_aabbtree.py
test/test_triangle_triangle_adjacency.py
test/test_upper_envelope.py
test/test_volume.py
test/test_write_mesh.py
test/test_write_ply.py