Andreas Fabri
|
4b63716376
|
Add test file
|
2022-04-20 15:09:06 +01:00 |
Andreas Fabri
|
7dc7443e45
|
Add test of depth()
|
2022-04-20 12:48:28 +01:00 |
Andreas Fabri
|
6251262a0a
|
Merge branch 'Kernel_23-overload_for_origin-GF' into Nef_3-performance_sphere_circle-GilesBathgate
|
2022-03-18 12:46:20 +01:00 |
Andreas Fabri
|
6c66626cba
|
int -> std::size_t
|
2022-03-16 08:01:56 +01:00 |
Giles Bathgate
|
8445780e09
|
Merge remote-tracking branch 'afabri/Kernel_23-overload_for_origin-GF' into Nef_3-performance_sphere_circle-GilesBathgate
|
2022-03-14 21:44:36 +00:00 |
Andreas Fabri
|
c3ba0ab4a2
|
Fix the test code
|
2022-03-14 10:27:33 +01: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 |
Laurent Rineau
|
f9c05a0ba1
|
Merge pull request #6253 from afabri/P2T2-assert-GF
CGAL: In testcode do not use CGAL_assertion but assert
|
2022-02-02 16:38:22 +01:00 |
Laurent Rineau
|
a5a5a43205
|
Merge pull request #6120 from MaelRL/Kernel_23-Converter_fundamental_types-GF
|
2022-01-24 11:07:34 +01:00 |
Andreas Fabri
|
e388c898cd
|
Deal with Kernel_23
|
2022-01-18 16:39:43 +00:00 |
Sébastien Loriot
|
ad686a61f7
|
fix conversion warning and remove useless test (producing a warning)
|
2022-01-18 09:30:41 +01:00 |
Mael Rouxel-Labbé
|
08f9cfb192
|
Update tests
|
2021-12-17 12:23:54 +01:00 |
Mael Rouxel-Labbé
|
ea42eaea5d
|
More tests
|
2021-12-03 16:49:50 +01: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 |
Mael Rouxel-Labbé
|
1774ad885f
|
More converter tests
|
2021-11-16 16:39:20 +01:00 |
Mael Rouxel-Labbé
|
a294ac30ed
|
Tiny addition to converter tests
|
2021-11-12 10:51:40 +01:00 |
Mael Rouxel-Labbé
|
9f1fef3408
|
Add a test
|
2021-11-10 16:24:22 +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
|
7cb53ab8ef
|
Change to NonZeroCoordinateIndex
|
2021-11-03 17:30:26 +01: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 |
Sébastien Loriot
|
98e471849b
|
moving files from internal to PKG/internal
|
2021-08-26 11:33:39 +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 |
Laurent Rineau
|
04b690b099
|
Merge pull request #5736 from danston/Kernel_23-add_centroid_2_and_determinant_2-danston
Projection Traits With Centroid 2 and Determinant 2
|
2021-07-27 16:25:09 +02:00 |
Laurent Rineau
|
529add28d3
|
Merge pull request #5538 from Dig-Doug/bbox-size
Bbox size helpers
|
2021-07-07 14:37:41 +02:00 |
Laurent Rineau
|
0f906ae606
|
Merge pull request #5545 from Dig-Doug/segment-midpoint
Segment_2/Segment_3 midpoint()
|
2021-07-07 14:37:38 +02:00 |
Dmitry Anisimov
|
e6d3534d67
|
Merge remote-tracking branch 'origin/master' into Kernel_23-add_centroid_2_and_determinant_2-danston
|
2021-05-28 14:45:31 +02:00 |
Andreas Fabri
|
3ded9e10d0
|
Add unit test
|
2021-05-24 10:08:17 +02:00 |
Dmitry Anisimov
|
8d6c8bda6e
|
fixed typos and tested
|
2021-05-20 18:01:31 +02:00 |
Dmitry Anisimov
|
cf7cba9f08
|
added embed for centroid object + tests
|
2021-05-20 17:44:53 +02:00 |
Laurent Rineau
|
4a2f016f6a
|
Merge pull request #5617 from afabri/Nef_3-translation-GF
Nef_3: Add Aff_transformation_3::is_translation()
|
2021-05-18 18:14:17 +02:00 |
Andreas Fabri
|
20d1629e1b
|
Add compare_slope with 4 points
|
2021-04-30 17:39:57 +02:00 |
Laurent Rineau
|
c091c7f86e
|
Merge pull request #5532 from lrineau/Kernel_23-Do_interesect__without_division-GF
Remove operator/ from CGAL::Mpzf and implement Do_intersect_3 with RT only (without division)
|
2021-04-28 15:24:15 +02:00 |
Andreas Fabri
|
c238e9dab5
|
Merge remote-tracking branch 'cgal/master' into Nef_3-translation-GF
|
2021-04-27 15:23:56 +01:00 |
Andreas Fabri
|
e73b8de89f
|
Add the 2D stuff. In homogeneous add Scaling_repH3
|
2021-04-22 21:17:24 +01:00 |
Andreas Fabri
|
35fc3c7d2d
|
Add missing implementations for Homogeneous. Fix the test for Filtered_cartesian as it has become more exact now
|
2021-04-20 09:04:23 +01:00 |
Sebastien Loriot
|
b7323389c7
|
Merge pull request #5622 from maxGimeno/CMake-Update_versions_in_scripts-maxGimeno
Update maximum cmake versions
|
2021-04-17 10:58:14 +02:00 |
Maxime Gimeno
|
c49152359c
|
update max version of cmake and announce the new minimal in CHANGE.md
|
2021-04-15 15:08:54 +02:00 |
Maxime Gimeno
|
17602e589e
|
Merge remote-tracking branch 'cgal/master' into CGAL-clang_tidy__nullptr_on_Mesh_2-GF
|
2021-04-07 09:17:51 +02:00 |
Laurent Rineau
|
1b54449dc5
|
Merge pull request #4878 from danston/Kernels-decltypes-danston
Improve decltype/result_of/invoke_result
|
2021-04-06 15:13:21 +02:00 |
Andreas Fabri
|
6c7f05e0be
|
rank written by Sebastien
|
2021-03-29 16:03:06 +01:00 |
Sébastien Loriot
|
c70c0a511f
|
use initialized vector
|
2021-03-29 09:14:23 +02:00 |
Doug Roeper
|
6e4be92b5e
|
Adds a CGAL::midpoint() implementation for Segments.
|
2021-03-22 09:11:23 -04:00 |
Doug Roeper
|
69779ebf80
|
Adds some helpers to calculate the span of a Bbox in each dimension.
|
2021-03-22 06:37:29 -04:00 |
Dmitry Anisimov
|
00c185b028
|
Merge branch 'master' into Kernels-decltypes-danston
|
2021-03-12 12:06:20 +01:00 |
Laurent Rineau
|
f1e550fdd2
|
Merge pull request #5363 from sloriot/Kernel-Oriented_side_extra_operator
Add an extra operator to have an exact plane
|
2021-03-03 17:33:20 +01:00 |
Laurent Rineau
|
216560554e
|
Merge pull request #5112 from sloriot/Kernel_23-bisector_sqrt
Allow an inexact version of bisector when no sqrt is available.
|
2021-02-18 15:26:51 +01:00 |
Maxime Gimeno
|
d5811d0a41
|
clang-tidy on tests
|
2021-02-18 15:15:12 +01:00 |
Andreas Fabri
|
18f7f91c3c
|
Add test; remove the word 'constant' in the documenation
|
2021-02-17 14:41:41 +00:00 |