Commit Graph

34767 Commits

Author SHA1 Message Date
Peter Hachenberger ae4623ca2b constructor for OFF-files is more general, now
- can now handle several surfaces, which also need not to be closed any more
- orientation of Off-file does not matter any more; constructor constructs the 
  same polyhedron for both orientations.

conversion from Nef_3 to Polyhedron_3 now triangulates all facets to
- prevent rounding problems
- handle facets with holes
2007-07-31 11:41:47 +00:00
Peter Hachenberger f048a210f6 deleted redundant type definition 2007-07-31 11:35:46 +00:00
Shlomo Golubev e8089ba196 matching Arrangement_2 to Arrangement_on_surface_2 2007-07-31 11:00:36 +00:00
Shlomo Golubev adb70cec81 matching Arrangement_2 to Arrangement_on_surface_2 2007-07-31 10:42:30 +00:00
Shlomo Golubev 6c423429ea matching Arrangement_2 to Arrangement_on_surface_2 2007-07-31 10:42:05 +00:00
Shlomo Golubev 34697faeeb matching Arrangement_2 to Arrangement_on_surface_2 2007-07-31 10:41:14 +00:00
Shlomo Golubev f8fe6a67fe matching Arrangement_2 to Arrangement_on_surface_2 2007-07-31 10:03:01 +00:00
Shlomo Golubev b16001ffb2 matching Arrangement_2 to Arrangement_on_surface_2 2007-07-31 10:02:50 +00:00
Shlomo Golubev 8905fd26fc matching Arrangement_2 to Arrangement_on_surface_2 2007-07-31 10:01:09 +00:00
Shlomo Golubev 9de355a335 matching Arrangement_2 to Arrangement_on_surface_2 2007-07-31 10:00:52 +00:00
Shlomo Golubev 1207fb0ddf matching Arrangement_2 to Arrangement_on_surface_2 2007-07-31 10:00:18 +00:00
Shlomo Golubev 03ef62102c bez x-mono 2007-07-30 15:27:43 +00:00
Shlomo Golubev d06dd4ae35 bez x-mono 2007-07-30 15:27:29 +00:00
Shlomo Golubev 7ec1d324d6 matching Snap_rounding_2 to Arrangement_on_surface_2 2007-07-30 14:27:18 +00:00
Shlomo Golubev ba78ad9c97 matching Minkowski_sum_2 to Arrangement_on_surface_2 2007-07-30 14:26:41 +00:00
Shlomo Golubev 61a24cda44 matching Boolean_set_operations_2 to Arrangement_on_surface_2 2007-07-30 14:26:04 +00:00
Shlomo Golubev 1f29918c56 matching Arrangement_2 to Arrangement_on_surface_2 2007-07-30 14:23:55 +00:00
Efi Fogel aaea921cbb updated 2007-07-30 12:32:09 +00:00
Efi Fogel ae7781ebf5 defined the lexer to be non-interactive, as it seems to solve the problem with fileno and isatty() 2007-07-29 19:14:25 +00:00
Efi Fogel 5d05e738fb suppress build of CGALBenchmark if BOOST_PROGRAM_OPTIONS is not available 2007-07-28 08:58:32 +00:00
Daniel Russel 93dd86ffea ray shooting works 2007-07-27 23:32:25 +00:00
Daniel Russel 980263e76a missing files 2007-07-27 22:38:05 +00:00
Daniel Russel 6c04f06524 point location works 2007-07-27 22:00:09 +00:00
Daniel Russel ff3983b15e remove misspelling 2007-07-27 18:23:49 +00:00
Daniel Russel 1cf5ba18ef missing files 2007-07-27 18:22:54 +00:00
Laurent Rineau 6848cfac91 We had a robust circumcenter but not a robust squared radius. Fixed now.
Maybe this will make Mesh_3 crash-free... <hope>
2007-07-27 14:35:04 +00:00
Laurent Rineau 785f029ac3 Explicit qualitication of previous(). 2007-07-27 08:47:28 +00:00
Laurent Rineau 785ccf1e39 cosmetic change in a cerr output 2007-07-27 08:38:16 +00:00
Laurent Rineau 1cbd8e1f7b avoid division by zero 2007-07-27 08:37:22 +00:00
Daniel Russel c4a49c48dc slice from arrangement working 2007-07-27 01:00:03 +00:00
Shlomo Golubev dc6164c375 use of == operator of Point_2 which is not in the concept 2007-07-26 15:25:31 +00:00
Efi Fogel 4a8e1c3fae Suppress compilation when boost-program-options is not available 2007-07-26 00:18:52 +00:00
Efi Fogel ef9c212186 included limits.h 2007-07-25 23:40:13 +00:00
Ankit Gupta 0c408aeee2 Final Changes to PCA Package; Updated Test Suite!
A    Principal_component_analysis/test/Principal_component_analysis/linear_least_squares_fitting_circles_2.cpp
A    Principal_component_analysis/test/Principal_component_analysis/linear_least_squares_fitting_cuboids_3.cpp
A    Principal_component_analysis/test/Principal_component_analysis/linear_least_squares_fitting_triangles_3.cpp
A    Principal_component_analysis/test/Principal_component_analysis/linear_least_squares_fitting_spheres_3.cpp
A    Principal_component_analysis/test/Principal_component_analysis/fitting_segments_3.cpp
M    Principal_component_analysis/test/Principal_component_analysis/fitting_rectangles_2.cpp
A    Principal_component_analysis/test/Principal_component_analysis/linear_least_squares_fitting_tetrahedrons_3.cpp
A    Principal_component_analysis/test/Principal_component_analysis/fitting_triangles_2.cpp
M    Principal_component_analysis/include/CGAL/linear_least_squares_fitting_tetrahedrons_3.h
M    Principal_component_analysis/include/CGAL/linear_least_squares_fitting_spheres_3.h
M    Principal_component_analysis/include/CGAL/centroid.h
M    Principal_component_analysis/include/CGAL/linear_least_squares_fitting_2.h
M    Principal_component_analysis/include/CGAL/linear_least_squares_fitting_3.h
M    Principal_component_analysis/include/CGAL/util.h
M    Principal_component_analysis/include/CGAL/linear_least_squares_fitting_circles_2.h
M    Principal_component_analysis/include/CGAL/linear_least_squares_fitting_segments_3.h
M    Principal_component_analysis/include/CGAL/linear_least_squares_fitting_triangles_2.h
M    Principal_component_analysis/include/CGAL/linear_least_squares_fitting_triangles_3.h
M    Principal_component_analysis/include/CGAL/linear_least_squares_fitting_cuboids_3.h
M    Principal_component_analysis/examples/Principal_component_analysis/linear_least_squares_fitting_spheres_3.cpp
2007-07-25 12:46:19 +00:00
Efi Fogel 0b797b55f1 ophirset: segmenets are not allowed to be constructed from 2 identical points 2007-07-25 10:52:37 +00:00
Sylvain Pion 83e9e1c611 Add Benchmark package. 2007-07-24 20:32:39 +00:00
Sylvain Pion fa0f10cfad - Prefer the non-interactive mode
- Make sure you pass a C++ compiler, not a C compiler.
2007-07-24 16:10:16 +00:00
Andreas Meyer 5aac3c37a3 typo 2007-07-24 14:58:26 +00:00
Ankit Gupta 0817470af1 Deleted unimportant file
D    Principal_component_analysis/linear_least_squares_fitting_ankit.cpp
2007-07-24 13:48:54 +00:00
Sylvain Pion 1df8df5721 Allow operator== between triangulations to have 2 different TDS types. 2007-07-24 12:57:49 +00:00
Daniel Russel bd10546f9a initial files 2007-07-24 01:38:56 +00:00
Daniel Russel 871253d5ee trying to clean up 2007-07-24 01:34:50 +00:00
Ankit Gupta ded4e49d31 Updated examples for the PCA package
M    Principal_component_analysis/linear_least_squares_fitting_spheres_3.cpp
M    Principal_component_analysis/linear_least_squares_fitting_points_2.cpp
M    Principal_component_analysis/linear_least_squares_fitting_points_3.cpp
M    Principal_component_analysis/linear_least_squares_fitting_circles_2.cpp
M    Principal_component_analysis/linear_least_squares_fitting_segments_2.cpp
M    Principal_component_analysis/linear_least_squares_fitting_segments_3.cpp
M    Principal_component_analysis/linear_least_squares_fitting_rectangles_2.cpp
M    Principal_component_analysis/linear_least_squares_fitting_triangles_2.cpp
M    Principal_component_analysis/linear_least_squares_fitting_triangles_3.cpp
M    Principal_component_analysis/linear_least_squares_fitting_cuboids_3.cpp
M    Principal_component_analysis/linear_least_squares_fitting_tetrahedrons_3.cpp
2007-07-23 17:48:06 +00:00
Efi Fogel c022cd5389 Removed Polynomial_visitor for now 2007-07-23 15:30:58 +00:00
Sebastian Limbach be7c5f72b8 Intern core_interval_support.h moved from Algebraic_kernel_d to Number_types package because it is needed for some fixes of the AST/RET of CORE_BigFloat. 2007-07-23 15:03:32 +00:00
Sylvain Pion 8cc64f92b7 Fix bug concerning wrong initialization of norm_coeff to 1 instead of 0 (reported by Tom Bobach). 2007-07-23 14:54:27 +00:00
Efi Fogel d9d1fd19f6 added back polynomial 2007-07-23 14:36:55 +00:00
Efi Fogel c326661a2b removed polynomial for now 2007-07-23 14:21:32 +00:00
Efi Fogel 61499639b5 removed 2007-07-23 12:23:14 +00:00
Sylvain Pion 38aa19bfe6 Add again : Circular_kernel_3, Modular_arithmetic and Polynomial. 2007-07-23 11:29:57 +00:00