LICENSE
README.md
pyproject.toml
setup.py
mouette/__init__.py
mouette/config.py
mouette/sampling.py
mouette.egg-info/PKG-INFO
mouette.egg-info/SOURCES.txt
mouette.egg-info/dependency_links.txt
mouette.egg-info/requires.txt
mouette.egg-info/top_level.txt
mouette/attributes/__init__.py
mouette/attributes/attr_cells.py
mouette/attributes/attr_corners.py
mouette/attributes/attr_edges.py
mouette/attributes/attr_faces.py
mouette/attributes/attr_vertices.py
mouette/attributes/glob.py
mouette/attributes/interpolate.py
mouette/attributes/uv_export.py
mouette/geometry/SphericalHarmonics.py
mouette/geometry/__init__.py
mouette/geometry/aabb.py
mouette/geometry/geometry.py
mouette/geometry/rotations.py
mouette/geometry/transform.py
mouette/geometry/vector.py
mouette/mesh/__init__.py
mouette/mesh/data_container.py
mouette/mesh/mesh.py
mouette/mesh/mesh_attributes.py
mouette/mesh/mesh_data.py
mouette/mesh/subdivision.py
mouette/mesh/datatypes/__init__.py
mouette/mesh/datatypes/base.py
mouette/mesh/datatypes/linear.py
mouette/mesh/datatypes/pointcloud.py
mouette/mesh/datatypes/surface.py
mouette/mesh/datatypes/type_checks.py
mouette/mesh/datatypes/volume.py
mouette/mesh/io/__init__.py
mouette/mesh/io/geogram_ascii.py
mouette/mesh/io/io.py
mouette/mesh/io/medit.py
mouette/mesh/io/obj.py
mouette/mesh/io/off.py
mouette/mesh/io/ply.py
mouette/mesh/io/stl.py
mouette/mesh/io/tet.py
mouette/mesh/io/xyz.py
mouette/operators/__init__.py
mouette/operators/adjacency.py
mouette/operators/gradient_op.py
mouette/operators/laplacian_op.py
mouette/operators/mass.py
mouette/optimize/__init__.py
mouette/optimize/eigensolve.py
mouette/optimize/finite_diff.py
mouette/optimize/levenberg_marquardt.py
mouette/optimize/newton.py
mouette/procedural/__init__.py
mouette/procedural/dual.py
mouette/procedural/flat.py
mouette/procedural/polylines.py
mouette/procedural/rings.py
mouette/procedural/shapes.py
mouette/procedural/transformations.py
mouette/processing/__init__.py
mouette/processing/border.py
mouette/processing/connection.py
mouette/processing/cutting.py
mouette/processing/expmap.py
mouette/processing/features.py
mouette/processing/heat_method.py
mouette/processing/misc.py
mouette/processing/paths.py
mouette/processing/point_cloud_utils.py
mouette/processing/worker.py
mouette/processing/framefield/__init__.py
mouette/processing/framefield/base.py
mouette/processing/framefield/cells.py
mouette/processing/framefield/curvature_faces.py
mouette/processing/framefield/curvature_vertex.py
mouette/processing/framefield/edges2d.py
mouette/processing/framefield/faces2d.py
mouette/processing/framefield/framefield.py
mouette/processing/framefield/vertex2d.py
mouette/processing/framefield/vertex3d.py
mouette/processing/parametrization/__init__.py
mouette/processing/parametrization/base.py
mouette/processing/parametrization/bff.py
mouette/processing/parametrization/cone_param.py
mouette/processing/parametrization/cotan_emb.py
mouette/processing/parametrization/distortion.py
mouette/processing/parametrization/ff_integration.py
mouette/processing/parametrization/lscm.py
mouette/processing/parametrization/orbifold_tutte.py
mouette/processing/parametrization/tutte.py
mouette/processing/parametrization/winslow.py
mouette/processing/trees/__init__.py
mouette/processing/trees/base.py
mouette/processing/trees/cell_sp.py
mouette/processing/trees/edge_sp.py
mouette/processing/trees/face_sp.py
mouette/spatial/__init__.py
mouette/spatial/kdtree.py
mouette/spatial/space_partition_tree.py
mouette/splines/__init__.py
mouette/splines/bezier.py
mouette/splines/pn_surface.py
mouette/utils/__init__.py
mouette/utils/argument_check.py
mouette/utils/iterators.py
mouette/utils/maths.py
mouette/utils/priority_queue.py
mouette/utils/unionfind.py
mouette/utils/utilities.py
tests/test_aabb.py
tests/test_attributes.py
tests/test_cutting.py
tests/test_features.py
tests/test_ff_surface.py
tests/test_ff_volumes.py
tests/test_geometry.py
tests/test_kdtree.py
tests/test_levenberg_marquardt.py
tests/test_maths.py
tests/test_normal_estimation.py
tests/test_numpy.py
tests/test_operators.py
tests/test_param.py
tests/test_paths.py
tests/test_procedural.py
tests/test_quantities.py
tests/test_quantities_interpolate.py
tests/test_sampling.py
tests/test_splines.py
tests/test_surfaces.py
tests/test_transforms.py
tests/test_tree.py
tests/test_utils.py
tests/test_vec.py
tests/test_volumes.py