trimesh_harmonic_mapping
- trimesh_harmonic_mapping(M)[source]
Compute the harmonic parametrisation of a triangle mesh within a fixed circular boundary.
- Parameters:
- Mtuple[list[list[float]], list[list[int]]]
A mesh represented by a tuple of (vertices, faces) where vertices are 3D points and faces are triangles
- Returns:
- list[list[float]]
The u, v parameters per vertex.