From c1d01dda0401c9dda717c930599587c79697f02a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mael=20Rouxel-Labb=C3=A9?= Date: Sat, 1 Apr 2017 17:16:04 +0200 Subject: [PATCH] Moved a remark in SMP.txt --- .../Surface_mesh_parameterization.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Surface_mesh_parameterization/doc/Surface_mesh_parameterization/Surface_mesh_parameterization.txt b/Surface_mesh_parameterization/doc/Surface_mesh_parameterization/Surface_mesh_parameterization.txt index c37f5f10a11..06f6dd364c2 100644 --- a/Surface_mesh_parameterization/doc/Surface_mesh_parameterization/Surface_mesh_parameterization.txt +++ b/Surface_mesh_parameterization/doc/Surface_mesh_parameterization/Surface_mesh_parameterization.txt @@ -20,10 +20,6 @@ package, we focus on parameterizing triangulated surfaces which are homeomorphic to a disk or a sphere, and on piecewise linear mappings onto a planar domain. -\remark The class `Seam_mesh` can be used to virtually cut a mesh, -allowing to transform an input mesh in subdomain(s) that fit the -disk-or-sphere topology requirement. - Although the main motivation behind the first parameterization methods was the application to texture mapping, it is now frequently used for mapping more sophisticated modulation signals (such as normal, @@ -44,6 +40,10 @@ The package proposes an interface for any model of the concept `FaceGraph`, such as the classes `Surface_mesh`, `Polyhedron_3`, `Seam_mesh`, or the mesh classes of OpenMesh. +\remark The class `Seam_mesh` can be used to virtually cut a mesh, +allowing to transform an input mesh in subdomain(s) that fit the +disk-or-sphere topology requirement. + Since parameterizing meshes requires an efficient representation of sparse matrices and efficient iterative or direct linear solvers, we provide a unified interface to linear solvers as described in Chapter