don't mention initial guess

This commit is contained in:
Sébastien Loriot 2014-02-14 14:56:41 +01:00
parent e242bc885c
commit ba1b61ac85
2 changed files with 0 additions and 6 deletions

View File

@ -123,8 +123,6 @@ After the call to the deformation function, the input surface mesh is updated an
their target positions and the unconstrained vertices are moved accordingly.
The function `Deform_mesh::deform()` can be called several times consecutively, in particular
if the convergence has not been reached yet (otherwise it has no effect).
<!-- The current deformed mesh is only used as the initial guess. -->
\warning Vertices can be inserted into or removed from the ROI and the set of control vertices at any time.
In particular, any vertex that is no longer inside the ROI will be assigned to its original position when

View File

@ -648,10 +648,6 @@ public:
/**
* Deforms the region-of-interest according to the deformation algorithm, using the target positions of each control vertex set by using `rotate()`, `translate()`, or `set_target_position()`.
* The points associated to each vertex of the input graph that are inside the region-of-interest are updated.
* \cgalAdvancedBegin
* The initial guess for solving the
* deformation problem is using the points associated to the input graph before calling the function.
* \cgalAdvancedEnd
* \note Nothing happens if `preprocess()` returns `false`.
* @see set_iterations(unsigned int iterations), set_tolerance(double tolerance), deform(unsigned int iterations, double tolerance)
*/