Commit Graph
5152 Commits
Author SHA1 Message Date
Mael Rouxel-Labbé e51bafbfbe Fix dry-run of keep_largest_CCs dumping the wrong faces 2022-09-23 14:53:36 +02:00
Sébastien Loriot 495f2e316a add default copy constructor and operator= 2022-09-21 18:59:18 +02:00
hoskillua 75c7f83c68 whitespaces 2022-09-20 17:21:19 +02:00
hoskillua 3d3b2c30fd testing init 2022-09-20 11:18:13 +02:00
hoskillua 13b056c9d4 minor fixes + handled zero expansion radius 2022-09-17 23:53:18 +02:00
Sébastien Loriot d084d9396f ignore new test for clipping 2022-09-14 10:35:23 +02:00
Sébastien Loriot 6f509a02ad handle inconsistency of classification due to non-closed meshes 2022-09-13 17:19:06 +02:00
Sébastien Loriot d7426630ea set stream precision to the max 2022-09-13 14:33:23 +02:00
Mael Rouxel-Labbé 008227757b Remove traits from polygon hasher's parameters 2022-09-13 13:24:54 +02:00
Mael Rouxel-Labbé e37487e6b2 Fix some internal function documentation 2022-09-13 13:24:28 +02:00
Laurent Rineau 8dd8e0dd11 Merge pull request #6812 from sloriot/PMP-split_visitor
add missing visitor calls in PMP::split()
2022-09-13 12:33:01 +02:00
Laurent Rineau 7d5e498538 Merge pull request #6812 from sloriot/PMP-split_visitor
add missing visitor calls in PMP::split()
2022-09-13 12:32:17 +02:00
Mael Rouxel-Labbé 6cdf3f256f Complete array-based polygon soup reparation: remove more invalid faces 2022-09-13 11:14:33 +02:00
Sébastien Loriot ce1bb34d65 add missing visitor calls in split 2022-08-28 22:08:45 +02:00
hoskillua 2ed69e935f fixing eigen vector definitions
so that it works with other compilers
2022-08-27 18:01:59 +02:00
Laurent Rineau d49ee20965 Merge pull request #6665 from sloriot/CGAL-std_type_traits 2022-08-17 13:56:54 +02:00
Sebastien Loriot d64d243bf5 Merge pull request #6772 from sloriot/PMP-remove_caps_needles_doc
Document remove_almost_degenerate_faces()
2022-08-10 18:31:52 +02:00
hoskillua 5840eaf955 Update interpolated_corrected_curvature_measures.h 2022-08-09 17:10:15 +02:00
hoskillua 5fdebfb28c Documenting new functions + minor doc fixes 2022-08-08 07:41:02 +02:00
hoskillua 4049979648 minor documentation fixes 2022-08-08 07:13:14 +02:00
hoskillua 86ac0fcb74 Documenting Expansion functions 2022-08-08 07:04:37 +02:00
hoskillua a74e05a389 documentation: fixes & improvements 2022-08-08 06:16:05 +02:00
hoskillua 7473a3e2dc Optimizing the expanding functions to compute intersections only once per curvature 2022-08-08 05:05:28 +02:00
hoskillua 85332fed6d according to some of the review comments on the pull 2022-08-05 13:58:52 +02:00
hoskillua c4db1600fd trim whitespaces 2022-08-04 11:01:09 +02:00
hoskillua 24551e2cbb principal curvatures completed (but not properly tested) 2022-08-04 10:51:45 +02:00
Sebastien LoriotandMael beb57433c4 Apply suggestions from code review
Co-authored-by: Mael <mael.rouxel.labbe@geometryfactory.com>
2022-08-04 10:30:02 +02:00
Sébastien Loriot 861588abe1 Merge 'sloriot/CGAL-std_type_traits' into master 2022-08-03 20:19:51 +02:00
hoskillua 24edaa24b5 principal curvatures (yet to decompose MuXY Matrix) 2022-08-03 18:59:08 +02:00
hoskillua 83093295f5 Principal Curvatures wip 2022-08-03 14:30:52 +02:00
hoskillua 09cb2b1e6d some refactoring + implemented the anisotropic formulas function 2022-08-02 23:12:23 +02:00
Sébastien Loriot d04f42c3b1 Merge remote-tracking branch 'cgal/5.5.x-branch' 2022-08-01 15:53:56 +02:00
Sébastien Loriot 3c24a79336 Merge pull request #6773 from janetournois/PMP-relaxation_avoid_global_function-jtournois
PMP::tangential_relaxation() - avoid using global function barycenter()
2022-08-01 15:52:31 +02:00
Sébastien Loriot 403c1ed975 Merge remote-tracking branch 'cgal/5.4.x-branch' into HEAD 2022-08-01 15:51:53 +02:00
hoskillua 870c27670b minor fixes (typename, doc) 2022-08-01 08:15:18 +02:00
hoskillua 765220a466 removing the switch from measures functions (for optimization) 2022-07-31 20:03:33 +02:00
hoskillua 9635ec1497 minor changes on demo (wip) 2022-07-31 18:55:51 +02:00
hoskillua db753ee6b5 Demo improvements + minor fixes
- Fixed some typos in example file and in comment in display prop plugin
- Added an option in random perturbation plugin to compute normals before hand
- added slider for expanding radius with an exponential range and with max val dependant on max edge length
2022-07-31 00:21:55 +02:00
Jane Tournois c6bc71b254 use construct_midpoint_3_object() instead of CGAL::midpoint() 2022-07-28 15:51:56 +02:00
Jane Tournois d7d439fc48 use construct_barycenter_3_object() instead of CGAL::barycenter() 2022-07-28 14:37:02 +01:00
Sébastien Loriot 184fa0c8a4 fix invalid functor name 2022-07-27 19:28:44 +02:00
Sébastien Loriot 4ffd2d2a09 add missing typename 2022-07-27 19:06:17 +02:00
Sébastien Loriot f075a3ee1e add missing Ref 2022-07-27 15:48:23 +02:00
hoskillua 1a1cfb409e Merge branch 'gsoc2022' of https://github.com/hoskillua/cgal into gsoc2022 2022-07-27 15:44:57 +02:00
hoskillua 1e49d54c24 Merge remote-tracking branch 'cgal-dev/gsoc2022-ICC-hoskillua' into gsoc2022 2022-07-27 15:43:20 +02:00
hoskillua 19076d38cc Merge remote-tracking branch 'upstream/master' into gsoc2022 2022-07-27 15:41:48 +02:00
hoskillua 12a627e23f expanding from and evaluating on vertices instead of faces 2022-07-27 15:40:06 +02:00
Sébastien Loriot 1c42a61fa1 use traits functor 2022-07-27 14:26:28 +02:00
Sébastien Loriot c99008dde1 trailing whitespaces 2022-07-27 13:42:39 +02:00
Sébastien Loriot 8d2a5bcf82 add license header 2022-07-27 13:40:25 +02:00