.gitignore
LICENSE
README.md
mkdocs.yml
pyproject.toml
setup.py
.github/workflows/docs.yml
.github/workflows/python-publish.yml
docs/Design Philosophy.md
docs/Loading and Saving.md
docs/index.md
docs/Algorithms/Frame Fields/Surface/2dFF.md
docs/Algorithms/Frame Fields/Volume/3dFF.md
docs/Algorithms/Frame Fields/Volume/FrameField3DCells.md
docs/Algorithms/Frame Fields/Volume/FrameField3DVertices.md
docs/Algorithms/Trees/tree.md
docs/Meshes and Datastructures/PointClouds.md
docs/Meshes and Datastructures/PolyLines.md
docs/Meshes and Datastructures/RawMeshData.md
docs/Meshes and Datastructures/SurfaceMeshes.md
docs/Meshes and Datastructures/VolumeMeshes.md
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/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/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/faces2d.py
mouette/processing/framefield/vertex2d.py
mouette/processing/framefield/vertex3d.py
mouette/processing/parametrization/__init__.py
mouette/processing/parametrization/boundary_first_flattening.py
mouette/processing/parametrization/distortion.py
mouette/processing/parametrization/ff_integration.py
mouette/processing/parametrization/lscm.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/iterators.py
mouette/utils/maths.py
mouette/utils/priority_queue.py
mouette/utils/unionfind.py
mouette/utils/utils.py
tests/test_attributes.py
tests/test_features.py
tests/test_frame_fields.py
tests/test_geometry.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_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/volumes.py