Commit Graph

178 Commits

Author SHA1 Message Date
Sven Oesau 4f5bcc6bbf doc fixes 2024-04-25 09:05:41 +02:00
Sven Oesau 696683ff49
Apply suggestions from code review
Co-authored-by: Mael <mael.rouxel.labbe@geometryfactory.com>
2024-04-22 15:20:16 +02:00
Sébastien Loriot b49b2a8def update history 2024-04-22 14:15:16 +02:00
Sven Oesau 8cd4e299d4 update doc 2024-04-17 14:57:33 +02:00
Andreas Fabri 78883c69d9 fixes after review 2024-04-11 11:28:49 +01:00
Andreas Fabri aad631a533 fixes after review 2024-04-11 10:40:46 +01:00
Andreas Fabri f00844e7b8 fixes after review 2024-04-10 12:44:30 +01:00
Andreas Fabri a393b8b0e3 fixes after review 2024-04-10 12:30:26 +01:00
Andreas Fabri 3d90915d87 fixes after review 2024-04-10 12:23:48 +01:00
Andreas Fabri 725c69b677 fixes after review 2024-04-10 12:08:20 +01:00
Andreas Fabri 5364629633 fixes after review 2024-04-10 11:56:11 +01:00
Andreas Fabri 4015b2b5c5 fixes after review 2024-04-10 11:52:33 +01:00
Andreas Fabri 0e9327efa8 fixes after review 2024-04-10 11:39:48 +01:00
Andreas Fabri 22496a8308
Apply suggestions from code review
Co-authored-by: Mael <mael.rouxel.labbe@geometryfactory.com>
2024-04-10 12:12:32 +02:00
Andreas Fabri f498daad1e
Apply suggestions from code review
Co-authored-by: Mael <mael.rouxel.labbe@geometryfactory.com>
2024-04-10 12:11:19 +02:00
Andreas Fabri ed05a4e64b
Apply suggestions from code review
Co-authored-by: Mael <mael.rouxel.labbe@geometryfactory.com>
2024-04-10 12:09:48 +02:00
Andreas Fabri 99cca0f864
Update AABB_tree/doc/AABB_tree/Concepts/AABBRayIntersectionGeomTraits_2.h
Co-authored-by: Mael <mael.rouxel.labbe@geometryfactory.com>
2024-04-10 12:09:20 +02:00
Sven Oesau 340de38133 updated reference page 2024-03-31 08:41:31 +02:00
Sven Oesau 8180546e32 added doc for deprecated types
removed AABB_polyhedron_segment_primitive.h
2024-03-28 15:33:23 +01:00
Sven Oesau 65be6133d8 removing deprecated AABB types 2024-03-26 15:56:45 +01:00
Sven Oesau cee30fb51a cleanup traits 2024-03-26 14:31:02 +01:00
Sven Oesau 4c48945048 doc fix 2D/3D 2024-03-22 17:04:26 +01:00
Sven Oesau 12fab6bb09 using functors from concept to access ray instead of using methods 2024-03-22 16:31:42 +01:00
Sven Oesau 00a77dc2a7 cleaning types 2024-03-21 14:29:38 +01:00
Andreas Fabri 76dff001a8 Add for linking 2024-03-14 12:24:32 +01:00
Andreas Fabri 69ce2c1c7c Add 2D to the chapter title 2024-03-13 14:48:54 +01:00
Andreas Fabri 6e4092a37e replace _3 with _2 2024-03-13 14:32:47 +01:00
Andreas Fabri f9e528555d Add AABBRayIntersectionGeomTraits_2.h and fix \sa 2024-03-13 14:26:37 +01:00
Andreas Fabri 2e4c5765ce Fix typo 2024-03-12 16:29:18 +01:00
Sven Oesau 83aa8cf6c1 added AABB_indexed_triangle_primitive_2 2024-03-09 13:02:04 +01:00
Sven Oesau 0e8f9c8068 update doc in user manual 2024-03-08 16:53:11 +01:00
Sven Oesau 30cec7dada updating polyline segment primitive and example 2024-03-08 16:43:21 +01:00
Andreas Fabri b34c63c3f9 Add AABBGeomTraits_2 2024-03-04 16:06:42 +00:00
Andreas Fabri a76cc2b3ab Typo in concept AABBGeomTraits_3 2024-03-04 15:46:20 +00:00
Sébastien Loriot 6453b08580 more doc fixes 2024-03-04 16:10:16 +01:00
Sébastien Loriot 32e68f8c31 fix concept doc 2024-03-04 16:07:04 +01:00
Sébastien Loriot 26d40e7ca2 rename concept 2024-03-04 14:00:59 +01:00
Sébastien Loriot 006d46b1d4 start updating the AABB-tree to work in both 2D and 3D 2024-03-04 12:54:59 +01:00
albert-github 93001308f4 Merge branch 'master' into feature/issue_7395
# Conflicts:
#	Arrangement_on_surface_2/doc/Arrangement_on_surface_2/Concepts/ArrangementPointLocation_2.h
#	Arrangement_on_surface_2/doc/Arrangement_on_surface_2/Concepts/ArrangementVerticalRayShoot_2.h
2023-08-18 11:10:42 +02:00
albert-github ad41766454 issue #7395 Improvement of layout of model relations
Corrected `cgalModels` to `cgalHasModes` inside `cgalHasNodelsBegin` / `cgalHasModelsEnd`
2023-07-18 13:23:37 +02:00
albert-github 4e5578d469 issue #7395 Improvement of layout of model relations
- based on review
2023-07-15 13:12:15 +02:00
albert-github c0db92d0e9 issue #7395 Improvement of layout of model relations
Consistent implementation for the `AABB_tree` in respect to `Has Model` and `Is Model Of`
2023-07-05 12:13:40 +02:00
Sébastien Loriot 9a0bdb5d96 boost::variant ---> std::variant 2023-06-15 10:57:10 +02:00
Sébastien Loriot 604dcdc435 boost::optional => std::optional 2023-06-15 10:57:09 +02:00
Laurent Rineau 824976a003 Merge pull request #7236 from albert-github/feature/issue_7231
issue #7231 Improvement of layout of refines relations.
2023-04-17 10:14:01 +02:00
albert-github 8a0b21461d Unexpected backtick
- Corrected some more redundant / missing backticks
- correctes a spelling error (Boolean_set_operations_2/doc/Boolean_set_operations_2/CGAL/Boolean_set_operations_2/Gps_default_dcel.h)
2023-04-11 17:38:37 +02:00
albert-github 2d60f46985 issue #7231 Improvement of layout of refines relations.
- Adjusted cgalRefines according to reviews
- Implemented it in all files
2023-03-14 17:37:50 +01:00
albert-github 57e900b47c Making description of author(s) of a package consistent
- use `\cgalPckAuthor` in case of one author
- use of `\cgalPckAuthors` in case of multiple authors
- using in case of multiple authors always `, and `
- in the 1.9.6 `BaseDoxyfile.in` let the `\cgalPckAuthors` point to `\cgalPckAuthor` to get consistent output (not done for other versions as in the past the `ALIASES` could not call one another).
2023-02-02 18:40:44 +01:00
albert-github 3674c937f7 spelling corrections
Some spelling corrections (Directories starting with `M`-` N`),
some backward work
some forward work
2022-11-15 15:21:01 +01:00
albert-github 014c06fd19 spelling corrections
Some spelling corrections (Directories starting with `A`)
2022-11-14 15:32:47 +01:00