MmgTools / mmg

open source software for bidimensional and tridimensional remeshing
http://www.mmgtools.org
Other
362 stars 117 forks source link

Feature/xreg2 #207

Closed coprigent closed 1 year ago

coprigent commented 1 year ago

Added the possibility of choosing a value val for the regularization of coordinates when using option -xreg val : Let P be a point to regularize. Let Q be the mean of surrounding points on manifold. New point R is computed as: R = val Q + (1 - val) P Default value is val = 0.4. Given value should be comprised between 0 and 1.

One CI test for each software has been added as well.

Algiane commented 1 year ago

Thanks for this improvement.