Mael
|
2b44e11fb5
|
Apply suggestions from @albert-github & @afabri
|
2022-11-24 13:10:22 +01:00 |
Mael Rouxel-Labbé
|
3b640e5e0a
|
Fix the Kernel concept being weaker than TriangulationTraits_23 requirements
|
2022-11-23 21:30:31 +01:00 |
Sébastien Loriot
|
45b5fd43f8
|
fix more warnings
|
2022-07-12 18:18:34 +02:00 |
Sébastien Loriot
|
f29015ef1c
|
please intel 2019 compiler
|
2022-05-25 00:22:24 +02:00 |
Andreas Fabri
|
46d1aea329
|
Convex_hull_3: Use K::Boolean and not bool
|
2022-05-09 15:30:26 +01:00 |
Laurent Rineau
|
1538fdbbbb
|
Merge pull request #6488 from sloriot/ICC-workaround
Workaround issue with intel compiler
|
2022-04-27 16:30:53 +02:00 |
Sébastien Loriot
|
cca0a1942f
|
workaround issue with intel compiler
Cartesian_kernel/include/CGAL/Cartesian/Line_3.h(38): error: incomplete type is not allowed
Point_3 first;
^
|
2022-04-12 16:14:39 +02:00 |
Laurent Rineau
|
9b39561825
|
Merge pull request #6399 from afabri/Kernel_23-overload_for_origin-GF
Kernel_23: Add Orientation_3::operator()(Origin,Point_3,Point_3,Point_3)
|
2022-03-30 09:23:32 +02:00 |
Andreas Fabri
|
6c66626cba
|
int -> std::size_t
|
2022-03-16 08:01:56 +01:00 |
Andreas Fabri
|
c3ba0ab4a2
|
Fix the test code
|
2022-03-14 10:27:33 +01:00 |
Andreas Fabri
|
04fa75eb84
|
Use auto
|
2022-03-11 09:12:17 +00:00 |
Andreas Fabri
|
6e4483a7d0
|
The same for Construct_orthogonal_vector_3
|
2022-03-10 14:18:48 +00:00 |
Andreas Fabri
|
f01e24c75b
|
Add Orientation_3::operator()(Origin,Point_3,Point_3,Point_3)
|
2022-03-10 10:55:44 +00:00 |
Sébastien Loriot
|
943a506526
|
better reference Kernel intersection functions
|
2022-03-08 15:52:14 +01:00 |
Andreas Fabri
|
98debb9a33
|
Add to dependencies
|
2021-12-10 07:49:22 +00:00 |
Andreas Fabri
|
22db199519
|
Add \cgalModels
|
2021-12-08 14:51:12 +00:00 |
Andreas Fabri
|
49e086700e
|
Fix links
|
2021-12-08 07:25:51 +00:00 |
Laurent Rineau
|
df777080ff
|
Merge pull request #6102 from afabri/Kernel_23-Non_zero_dimension_3-GF
Kernel_23: Add NonZeroDimension_3
|
2021-11-18 14:02:07 +01:00 |
Sébastien Loriot
|
ab48f63e30
|
update latest cmake version tested
|
2021-11-09 10:58:47 +01:00 |
Sébastien Loriot
|
58181afcdb
|
remove useless include directives
|
2021-11-09 10:16:12 +01:00 |
Andreas Fabri
|
a24229a6b2
|
Use homogeneous coordinates
|
2021-11-04 15:46:45 +01:00 |
Andreas Fabri
|
b079bec43d
|
Document the Model
|
2021-11-03 21:52:42 +01:00 |
Andreas Fabri
|
4da8f4f5b2
|
Document the Model
|
2021-11-03 21:48:38 +01:00 |
Andreas Fabri
|
4b979cbfa7
|
Update Kernel_23/doc/Kernel_23/Concepts/FunctionObjectConcepts.h
Co-authored-by: Mael <mael.rouxel.labbe@geometryfactory.com>
|
2021-11-03 21:41:35 +01:00 |
Andreas Fabri
|
d0ed65838e
|
Fix interface_macros
|
2021-11-03 17:39:21 +01:00 |
Andreas Fabri
|
7cb53ab8ef
|
Change to NonZeroCoordinateIndex
|
2021-11-03 17:30:26 +01:00 |
Andreas Fabri
|
727878e965
|
Make operator public
|
2021-11-01 16:58:59 +01:00 |
Andreas Fabri
|
9b11a6a382
|
Update Kernel_23/doc/Kernel_23/Concepts/FunctionObjectConcepts.h
Co-authored-by: Sebastien Loriot <sloriot.ml@gmail.com>
|
2021-11-01 16:23:19 +01:00 |
Andreas Fabri
|
6913384dfe
|
Document NonZeroDimension_3
|
2021-10-31 19:52:33 +01:00 |
Laurent Rineau
|
1fb32e70b4
|
Merge pull request #5978 from janetournois/Mesh_2-add_predicate_for_lloyd-jtournois
Mesh 2 and Kernel - add predicate oriented_side_2(segment, triangle)
|
2021-10-27 17:20:28 +02:00 |
Mael Rouxel-Labbé
|
e424356ffa
|
Add Construct_projected_point_3(P3, P3) + correct parameter order
Not a kernel requirement
|
2021-09-28 15:34:51 +02:00 |
Jane Tournois
|
2fbff6360c
|
doc : add "model of"
|
2021-09-21 10:26:23 +02:00 |
Jane Tournois
|
be2f8457d3
|
add Oriented_side_2 to Projection_traits_3 (for use in the demo)
|
2021-09-10 17:29:27 +02:00 |
Jane Tournois
|
9a56423274
|
document line orientation
|
2021-09-10 14:19:56 +02:00 |
Jane Tournois
|
99d944ef32
|
add doc for new predicate oriented_side_2(segment, triangle)
|
2021-09-10 11:58:15 +02:00 |
Mael Rouxel-Labbé
|
8a92d51601
|
Merge branch 'Distance_3-Add_Tri_Tri-GF-old' into Distance_3-Add_Tri_Tri-GF
|
2021-09-02 17:26:44 +02:00 |
Sebastien Loriot
|
e5279db7fb
|
Merge pull request #5777 from MaelRL/AABB-Dont_call_global_do_intersect-GF
Misc fixes for Intersections_3 + related
|
2021-09-02 15:44:53 +02:00 |
Sébastien Loriot
|
dacbd186d1
|
accomodate changes of internal -> Pkg/internal
|
2021-08-30 12:35:34 +02:00 |
Sébastien Loriot
|
4454c5b3ed
|
Merge remote-tracking branch 'cgal/master' into T2-Document_projection_traits_3-maxGimeno
|
2021-08-30 12:25:51 +02:00 |
Sébastien Loriot
|
98e471849b
|
moving files from internal to PKG/internal
|
2021-08-26 11:33:39 +02:00 |
Mael Rouxel-Labbé
|
1cbcc39370
|
Rename example to avoid conflicts
|
2021-08-26 11:15:36 +02:00 |
Mael Rouxel-Labbé
|
71d88536b8
|
Fix doc
|
2021-08-26 11:08:28 +02:00 |
Dmitry Anisimov
|
650fc04303
|
Merge remote-tracking branch 'origin/master' into Barycentric_coordinates_2-danston
|
2021-08-13 11:34:58 +02:00 |
Sebastien Loriot
|
8d8afe6870
|
Merge pull request #5737 from danston/Weights-new_package-danston
[Feature] Weights New Package
|
2021-08-12 10:48:03 +02:00 |
Sebastien Loriot
|
92d90a4a11
|
Merge pull request #5667 from afabri/Kernel-compare_slopes-GF
Kernel: Add compare_slope with 4 points
|
2021-08-12 10:12:26 +02:00 |
Maxime Gimeno
|
f7df517f57
|
Merge remote-tracking branch 'cgal/master' into T2-Document_projection_traits_3-maxGimeno
|
2021-08-09 09:14:23 +02:00 |
Dmitry Anisimov
|
76050b2595
|
Merge remote-tracking branch 'origin/master' into Barycentric_coordinates_2-danston
|
2021-08-04 15:52:02 +02:00 |
Mael
|
5a30c321b8
|
Misc cleaning
|
2021-08-04 15:42:04 +02:00 |
Dmitry Anisimov
|
50157a7479
|
Merge remote-tracking branch 'origin/master' into Weights-new_package-danston
|
2021-08-04 15:12:04 +02:00 |
Andreas Fabri
|
2c1ad28853
|
Add the documentation of the global function
|
2021-07-28 12:18:26 +02:00 |