Acknowledge orbifold tutte embedding authors

This commit is contained in:
Mael Rouxel-Labbé 2017-06-28 10:10:18 +02:00
parent c113eab209
commit 1f779831e4
1 changed files with 4 additions and 3 deletions

View File

@ -532,9 +532,10 @@ who worked as an engineer at Inria Sophia-Antipolis under the supervision of
Pierre Alliez and Bruno Lévy. Bruno Lévy added OpenNL support to the package.
For CGAL 4.11, the package has undergone a major rewrite by Andreas Fabri and
Mael Rouxel-Labbé. The Orbifold Tutte Embedding and As-Rigid-As-Possible
parameterization techniques were added and all algorithms are now based on
the `FaceGraph` API. Additionally, the class `Seam_mesh` was introduced to handle
Mael Rouxel-Labbé. The As-Rigid-As-Possible parameterization technique was added
and all algorithms are now based on the `FaceGraph` API. The Orbifold Tutte Embedding
parameterization technique was also added with the help of its authors, Noam Aigerman
and Yaron Lipman. Finally, the class `Seam_mesh` was introduced to handle
virtual borders. The class `Seam_mesh` is also a model of a `FaceGraph`,
and replaces a wrapper which had a more complicated API.