compas_libigl

Functions

intersection_ray_mesh

Compute the intersection(s) between a ray and a mesh.

trimesh_boundaries

Compute all (ordered) boundary loops of a manifold triangle mesh.

trimesh_gaussian_curvature

Compute the discrete gaussian curvature of a triangle mesh.

trimesh_principal_curvature

trimesh_geodistance

Compute the geodesic distance from every vertex of the mesh to a source vertex.

trimesh_isolines

Compute isolines on a triangle mesh using a scalarfield of data points assigned to its vertices.

trimesh_massmatrix

Compute massmatrix on a triangle mesh using a scalarfield of data points assigned to its vertices.

trimesh_harmonic

Compute the harmonic parametrisation of a triangle mesh within a fixed circular boundary.

trimesh_lscm

Compute the least squares conformal map of a triangle mesh.

trimesh_remesh_along_isoline

Remesh a mesh along an isoline of a scalarfield over the vertices.

quadmesh_planarize

Planarize the faces of a quad mesh.