Andreas Fabri
d868969a07
Add tests
2018-05-30 15:58:04 +01:00
Andreas Fabri
1123afb70e
Add Bbox_{2,3}.dilate(int) so that the snapping in the CT_2 also works with Projection_traits classes
2018-05-30 14:34:34 +02:00
Mael Rouxel-Labbé
17d46e9211
Merge branch 'Periodic_3_mesh_3-Feature-MBogdanov-old' into Periodic_3_mesh_3-Feature-MBogdanov
2018-04-26 11:55:17 +02:00
Maxime Gimeno
bcfb7afead
Add an operator for a Ray_3 to ConstructProjectedpoint_3
2018-04-25 15:32:36 +02:00
Andreas Fabri
0b72cffc99
Update dependencies
...
Add a dependency because `DelaunayMeshTraits_2` is referenced (https://doc.cgal.org/latest/Kernel_23/classCGAL_1_1Projection__traits__xy__3.html )[here]
2018-03-18 16:30:44 +01:00
Mael Rouxel-Labbé
ba3a59ed5a
Merge branch 'Periodic_3_mesh_3-Feature-MBogdanov-old' into Periodic_3_mesh_3-Feature-MBogdanov
2017-11-30 15:54:00 +01:00
Mael Rouxel-Labbé
816fd4f646
Doc improvements
...
and trailing whitespace cleaning
2017-11-21 14:26:02 +01:00
Sébastien Loriot
19adf3b05e
make the doc match struct/class with the implementation
2017-11-17 11:34:55 +01:00
Mael Rouxel-Labbé
a99328607d
Added \sa ComputeWeight_X to weighted point concepts
2017-11-10 10:30:00 +01:00
Mael Rouxel-Labbé
62fa9be278
Fixed 'Compute_power_distance_to_power_sphere_3' missing from Kernel.h's doc
2017-10-31 13:17:36 +01:00
Mael Rouxel-Labbé
0b9da6da89
Fixed trailing white space in Kernel.h documentation
2017-10-31 13:16:50 +01:00
Laurent Rineau
f38c886c8b
Fix typos reported by @janetournois
...
The review: https://github.com/CGAL/cgal/pull/2315#pullrequestreview-58370911
2017-10-13 15:57:02 +02:00
Laurent Rineau
0abeea9575
Add the documentation
2017-10-13 15:57:02 +02:00
Mael Rouxel-Labbé
89b10e1f8c
Fixed doc issues for two weighted kernel functors
2017-06-28 10:16:23 +02:00
Mael Rouxel-Labbé
11786a7b90
Fixed minor mistakes from a rebase
2017-06-28 10:16:23 +02:00
Mael Rouxel-Labbé
108830ec3e
Reworded warning about implicit and explicit conversions of Points/Weighted_points
2017-06-28 10:15:30 +02:00
Mael Rouxel-Labbé
e95d3d3f2b
Make all conversions between Point and Weighted_point explicit
...
Also doc changes
2017-06-28 10:14:35 +02:00
Andreas Fabri
ce8a0be55e
Update manual for Angle_3 and angle()
2017-05-12 09:49:41 +02:00
Andreas Fabri
2a05190ebc
Fix in the manual
2017-05-12 09:49:41 +02:00
Andreas Fabri
a53cd10919
typo
2017-05-12 09:49:40 +02:00
Andreas Fabri
9ccc9c1178
Fix compare_slope()
2017-05-12 09:49:39 +02:00
Andreas Fabri
5f8bc52082
Add angle(Point_3, Point_3,Point_3,Vector_3)
2017-05-12 09:48:23 +02:00
Andreas Fabri
061a9b1ecd
Kernel:23 Add Compare_slope_3
2017-05-12 09:48:21 +02:00
Laurent Rineau
cbd73f4274
Merge pull request #2046 from MaelRL/Kernel-Fix_weighted_point-GF
...
Improve the implementation of weighted_point_23
2017-05-09 12:14:23 +02:00
Mael Rouxel-Labbé
8915b4472d
Minor documentation fixes
2017-04-21 13:13:20 +02:00
Mael Rouxel-Labbé
c79e2d4b36
Added Compute_power_product_2 to the 2D kernel predicates
...
doc + test included
2017-04-21 13:07:40 +02:00
Mael Rouxel-Labbé
bb086ff739
Added power_side_of_bounded_power_circle_2 to the 2D kernel predicates
...
A partial implementation was deleted from the Alpha_shapes_2 package without
moving the functions to the kernel...
This implementation adds the missing overloads (4, 3, and 2 points)
Test + doc included
2017-04-21 11:37:27 +02:00
Mael Rouxel-Labbé
a751464ab6
Minor fixes to weighted functors (doc + cleaning)
2017-04-21 11:31:13 +02:00
Mael Rouxel-Labbé
232c38cee1
Removed documentation of degenerate cases of power_side_of_oriented_* predicates
...
See Issue https://github.com/CGAL/cgal/issues/2067
2017-04-20 12:54:39 +02:00
Mael Rouxel-Labbé
cf45a408c1
Fixed doc of CoplanarOrientation_3
2017-04-19 15:15:26 +02:00
Mael Rouxel-Labbé
dd2e7f3a0c
Made compute_squared_smallest_orthogonal_circle_2() a kernel functor
...
and documented, tested, etc. it
Previously in Alpha_shape_2
2017-04-19 11:06:14 +02:00
Mael Rouxel-Labbé
e65eae4802
Removed unnecessary comma
2017-04-19 09:03:04 +02:00
Mael Rouxel-Labbé
de7fb095ac
Fixed doc of power_side_of_bounded_power_sphere
2017-04-18 21:51:27 +02:00
Mael Rouxel-Labbé
64768b3b37
Fixed missing weight references
2017-04-18 21:46:05 +02:00
Mael Rouxel-Labbé
b01078c887
Removed "starting with 0" from coordinate accessor
2017-04-18 15:30:20 +02:00
Christian Gagneraud
d8502c0469
Fix a few typos in the documentation
2017-04-16 13:20:12 +12:00
Mael Rouxel-Labbé
23f2df44be
Cleaned trailing whitespace in Point_23/Weighted_point_23
2017-04-13 12:01:08 +02:00
Mael Rouxel-Labbé
7d16ce69ec
Removed mentions of explicit conversions between Weighted points and Points
...
This is for another branch!
2017-04-11 15:49:29 +02:00
Mael Rouxel-Labbé
cc4f17c9e7
Minor doc fixes
2017-04-10 18:48:37 +02:00
Mael Rouxel-Labbé
05835d2c2a
Fixed power tests and clarified the documentation
2017-04-10 12:52:39 +02:00
Mael Rouxel-Labbé
ef17853876
Minor documenation fixes
2017-04-07 03:46:05 +02:00
Mael Rouxel-Labbé
14dd33eb43
Fixed ConstrustRadicalAxis_2 not showing up in doc
2017-04-06 21:28:20 +02:00
Mael Rouxel-Labbé
ca408108a2
Added documentation of Construct_weighted_point_23
2017-04-06 12:46:29 +02:00
Mael Rouxel-Labbé
0d42994d1e
Fixed incomplete Weighted_point_23 documentation
2017-04-06 12:39:43 +02:00
Andreas Fabri
1a3a6e93ee
Kernel_23: fix typesetting in the manual.
...
Leading whitespace has semantics, so we remove it
2017-03-22 17:13:28 +01:00
Laurent Rineau
aee5e80d74
Fix typos in the doc
2016-12-30 16:44:08 +01:00
Laurent Rineau
5457a85b6b
Merge pull request #1656 from afabri/Kernel-Linfinity_distance-GF
...
Kernel_23: Add the function FT l_infinity_distance() for 2D and 3D points
2016-12-28 16:12:31 +01:00
Sébastien Loriot
cad6cbbcf4
fix doc issues detected by recent doxygen
...
duplicated labels, missing bibtex entry and nested comments
2016-12-28 13:59:45 +01:00
Sébastien Loriot
5937892cc8
fix intersection links
2016-12-28 11:19:37 +01:00
Maxime Gimeno
b0dd7d25cb
Add Compute_L_infinity_distance_3.
2016-12-21 09:41:33 +01:00
Andreas Fabri
eb7e38493c
Add the function FT l_infinity_distance(Point_2, Point_2)
...
as well as the corresponding functor
This is a function where the implementation is in the file
Kernel_23/include/CGAL/Kernel/function_objects.h
When the implementation is different for Cartesia and Homogeneous coordinates
the code should go into the function_objects.h files
in the packages Cartesian_kernel and Homogeneous_kernel
2016-12-21 09:40:53 +01:00
Jane Tournois
e12697d2c7
improve doc
2016-11-24 16:59:01 +01:00
Jane Tournois
3d99cc6e96
fix typo
2016-11-03 14:55:39 +01:00
Jane Tournois
306323d45c
make doc and doc consistent
...
- add "model of Concept" as much as possible in the modified classes/concepts
- fix some links
- update package description of Kernel_23
2016-11-03 14:55:39 +01:00
Jane Tournois
de13b047dd
remove from doc functor that does not exist anymore
2016-11-03 14:53:54 +01:00
Andreas Fabri
ec96a19052
fix links
2016-11-03 14:53:54 +01:00
Andreas Fabri
07e9997980
Add \sa
2016-11-03 14:53:54 +01:00
Jane Tournois
446004444e
fix 2 typos
2016-11-03 14:53:54 +01:00
Jane Tournois
c770b29928
fix typo
2016-11-03 14:53:54 +01:00
Jane Tournois
15f71af4ac
add missing class
2016-11-03 14:53:54 +01:00
Jane Tournois
cbf31a09f5
add missing concepts
2016-11-03 14:53:54 +01:00
Jane Tournois
358119f590
reorder things
2016-11-03 14:53:54 +01:00
Jane Tournois
db37ec56c2
add documentation of concept PowerSideOfBoundedPowerSphere_3
2016-11-03 14:53:54 +01:00
Andreas Fabri
1ad7bfa202
Add Compute_weight_2/3 concepts and models to the doc
2016-11-03 14:53:54 +01:00
Andreas Fabri
a8b9c92a68
Add signature of operators; todo: Add comment
2016-11-03 14:53:54 +01:00
Andreas Fabri
dbb2cc3598
Sign -> Bounded_side; typo in code
2016-11-03 14:53:54 +01:00
Andreas Fabri
24b5993037
fix \sa links
2016-11-03 14:53:54 +01:00
Andreas Fabri
ad9d2c369c
Rename tests following Olivier's recommendations
2016-11-03 14:53:54 +01:00
Andreas Fabri
d78735364b
Fixes after review by Monique and Olivier
2016-11-03 14:53:15 +01:00
Andreas Fabri
f488b9baf9
Changes after Laurent's review
2016-11-03 14:53:15 +01:00
Andreas Fabri
e39f76b953
Add doc to concept Kernel
2016-11-03 14:07:26 +01:00
Andreas Fabri
6793ce53da
typo
2016-11-03 14:07:26 +01:00
Andreas Fabri
aa8b100a13
3 -> 2
2016-11-03 14:07:26 +01:00
Andreas Fabri
8e6264344a
improve doc
2016-11-03 14:07:26 +01:00
Andreas Fabri
a80e9ce7e0
polish
2016-11-03 14:07:26 +01:00
Andreas Fabri
dcf5f32dc0
Improve the doc
2016-11-03 13:07:50 +01:00
Andreas Fabri
881837ba2d
start fixing doc
2016-11-03 13:07:50 +01:00
Andreas Fabri
9dde08c414
WIP
2016-11-03 13:07:50 +01:00
Andreas Fabri
34eb29cac5
Documentation
2016-11-03 13:07:17 +01:00
Andreas Fabri
af6c2e185e
remove Compute_point_3
2016-11-03 13:06:02 +01:00
Sébastien Loriot
125d190ebd
disambiguate p and P
2016-10-28 14:00:15 +02:00
Laurent Rineau
c6cf01c7f6
Merge pull request #1562 from afabri/Kernel_Compute_dihedral_angle-GF
...
Add doc of functor class and concept corresponding to dihedral_angle()
2016-10-20 09:48:05 +02:00
Laurent Rineau
3e0ab881c1
Merge pull request #1584 from afabri/Installation-compute_dependencies-GF
...
Make Algebraic_kernel_d independent from CGAL/Arr_enum.h
2016-10-20 09:47:42 +02:00
Andreas Fabri
554bd0fd26
Make Algebraic_kernel_d independent from CGAL/Arr_enum.h
...
Introduce Box_parameterization_2 in CGAL/enum.h
Add a typedef and constants in the Arrangement package to stay bw compatible
2016-10-17 11:56:43 +02:00
Laurent Rineau
f2e7050364
Merge pull request #1428 from sloriot/AABB_tree-fix_Closest_point
...
Fix implementation of AABB_traits::Closest_point
2016-10-17 10:03:20 +02:00
Laurent Rineau
8dda7b3cd1
Merge pull request #1362 from sloriot/Kernel_23-add_compound_assignement_operator_for_vectors
...
Add compound assignment operators for 2D and 3D vector classes
2016-10-17 10:00:53 +02:00
Andreas Fabri
423242be31
dihedral_angle() -> approximate_dihedral_angle()
2016-10-11 15:35:20 +02:00
Andreas Fabri
aebcc9534a
s -> d And fill in the dots
2016-10-10 15:36:15 +02:00
Andreas Fabri
d76f120e41
Add doc of functor class and concept corresponding to dihedral_angle; Also replace ...
2016-10-10 15:07:38 +02:00
Laurent Rineau
223c1cf5a4
Merge pull request #1530 from lrineau/Installation-compute_dependencies-GF
...
Compute and fix packages dependencies
2016-10-05 13:11:04 +02:00
Sébastien Loriot
c0bed6e759
replace \sa by \cgalHasModel and \cgalModels
2016-10-03 08:50:41 +02:00
Andreas Fabri
c58582b5ec
Add global function dihedral_angle()
2016-09-30 15:23:15 +02:00
Sébastien Loriot
c751ab4310
Add operators for segment and triangle types in Construct_projected_point_3
...
the original implementation comes from the AABB-tree package
2016-09-01 16:04:55 +02:00
Sébastien Loriot
6c447e37f2
add compound assignement operator for points
2016-08-25 10:45:10 +02:00
Sébastien Loriot
151d52bb84
add compound assignment operators for 2D and 3D vector classes
2016-08-24 15:16:18 +02:00
Sébastien Loriot
e2ed53ec63
fix backtick issue
2016-08-22 14:43:30 +02:00
Andreas Fabri
3f22b1e049
Add doc of free function for 2D
2016-07-07 14:56:20 +02:00
Andreas Fabri
5c1a2bd835
Add global function scalar_product(Vector_2,Vector_2)
2016-07-07 14:42:57 +02:00
Andreas Fabri
6273a0a247
Add global function scalar_product(Vector_3,Vector_3)
2016-07-07 14:30:10 +02:00
Andreas Fabri
79b0257e59
Merge branch 'Cone_spanners_2-new_package-UWS-old' into Cone_spanners_2-new_package-UWS
2016-04-26 09:01:56 +02:00