mirror of https://github.com/CGAL/cgal
don't mention initial guess
This commit is contained in:
parent
e242bc885c
commit
ba1b61ac85
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
*/
|
||||
|
|
|
|||
Loading…
Reference in New Issue