.gitignore
LICENSE
Makefile
README.md
mkdocs.yml
pyproject.toml
setup.py
.github/workflows/docs.yml
.github/workflows/python-publish.yml
docs/Dependencies.md
docs/Design Philosophy.md
docs/Loading and Saving.md
docs/index.md
docs/Algorithms/Frame Fields/00_framefields.md
docs/Algorithms/Frame Fields/01_2dFF.md
docs/Algorithms/Frame Fields/02_Curvature.md
docs/Algorithms/Frame Fields/03_3dFF.md
docs/Algorithms/Parametrization/00_distortion.md
docs/Algorithms/Parametrization/Tutte.md
docs/Algorithms/Parametrization/cotan_embedding.md
docs/Algorithms/Parametrization/lscm.md
docs/Algorithms/Trees/tree.md
docs/Attributes/01_global.md
docs/Attributes/02_vertices.md
docs/Attributes/03_edges.md
docs/Attributes/04_faces.md
docs/Attributes/05_corners.md
docs/Attributes/06_cells.md
docs/Attributes/07_interpolation.md
docs/Geometry/spherical_harmonics.md
docs/Meshes and Datastructures/00_RawMeshData.md
docs/Meshes and Datastructures/01_PointClouds.md
docs/Meshes and Datastructures/02_PolyLines.md
docs/Meshes and Datastructures/03_SurfaceMeshes.md
docs/Meshes and Datastructures/04_VolumeMeshes.md
docs/Utilities/priority_queue.md
docs/Utilities/union_find.md
docs/_img/bunny_tri.jpeg
docs/_img/duck_polyline.jpeg
docs/_img/point_cloud_cad_example.jpeg
examples/framefield2D.py
examples/framefield3D.py
examples/lscm.py
mouette/__init__.py
mouette/config.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/glob.py
mouette/attributes/interpolate.py
mouette/attributes/misc_cells.py
mouette/attributes/misc_corners.py
mouette/attributes/misc_edges.py
mouette/attributes/misc_faces.py
mouette/attributes/misc_vertices.py
mouette/geometry/SphericalHarmonics.py
mouette/geometry/__init__.py
mouette/geometry/geometry.py
mouette/geometry/rotations.py
mouette/geometry/transform.py
mouette/geometry/vector.py
mouette/mesh/__init__.py
mouette/mesh/mesh.py
mouette/mesh/mesh_attributes.py
mouette/mesh/mesh_data.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/tet.py
mouette/mesh/io/xyz.py
mouette/operators/__init__.py
mouette/operators/adjacency.py
mouette/operators/laplacian.py
mouette/optimize/__init__.py
mouette/optimize/eigensolve.py
mouette/optimize/levenberg_marquardt.py
mouette/procedural/__init__.py
mouette/procedural/cylinder.py
mouette/procedural/hexahedra.py
mouette/procedural/platonic.py
mouette/procedural/rings.py
mouette/procedural/sphere.py
mouette/processing/__init__.py
mouette/processing/border.py
mouette/processing/connection.py
mouette/processing/features.py
mouette/processing/misc.py
mouette/processing/paths.py
mouette/processing/worker.py
mouette/processing/combinatorics/__init__.py
mouette/processing/combinatorics/cutting.py
mouette/processing/combinatorics/subdivide.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/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/cotan_emb.py
mouette/processing/parametrization/distortion.py
mouette/processing/parametrization/lscm.py
mouette/processing/parametrization/tutte.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/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_attributes.py
tests/test_features.py
tests/test_ff_surface.py
tests/test_ff_volumes.py
tests/test_geometry.py
tests/test_levenberg_marquardt.py
tests/test_maths.py
tests/test_operators.py
tests/test_param.py
tests/test_procedural.py
tests/test_quantities.py
tests/test_surfaces.py
tests/test_tree.py
tests/test_utils.py
tests/test_vec.py
tests/test_volumes.py
tests/utils.py
tests/data/__init__.py
tests/data/circle.mesh
tests/data/cube.tet
tests/data/cube86.mesh
tests/data/feature2.obj
tests/data/half_sphere1.obj
tests/data/join.tet
tests/data/one_ring_permut.obj
tests/data/p01.mesh
tests/data/pointclouds.py
tests/data/pointy.obj
tests/data/polylines.py
tests/data/quad_split2.geogram_ascii
tests/data/quads.obj
tests/data/spline03.mesh
tests/data/surfaces.py
tests/data/two_pieces.obj
tests/data/uv_sphere_nopoles_quad.obj
tests/data/volumes.py