Laurent Rineau
|
786f85c93b
|
Merge pull request #3168 from MaelRL/Kernel23-Fix_weighted_point_translate_doc-GF
Kernel_23: Fix some doc issue with weighted points
|
2018-06-20 17:20:53 +02:00 |
Mael Rouxel-Labbé
|
d4011f3f1f
|
Fixed result_of function signature
|
2018-06-13 10:37:24 +02:00 |
Maxime Gimeno
|
7fa4b380d2
|
fixes in includes logic.
|
2018-02-02 12:08:05 +01:00 |
Sébastien Loriot
|
0698f79aff
|
add SPDX identifier for files under the LGPL-3+ license
|
2017-11-12 10:17:50 +01:00 |
Mael Rouxel-Labbé
|
e88b643874
|
Removed ambiguous weighted point constructor
This constructor was already cleaned in the branch that this branch
is based upon... I must have messed up a merge conflict...
|
2017-06-28 10:14:35 +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 |
Jane Tournois
|
6ec4669937
|
fix compilation of tests wrt Point vs Weighted point
|
2017-06-28 10:14:35 +02:00 |
Andreas Fabri
|
bb213d5ad1
|
Changes after making Weighted_point_3(const Point_3) explicit
|
2017-06-28 10:14:35 +02:00 |
Mael Rouxel-Labbé
|
548d2bfb02
|
Cosmetic changes to Point_23 and Weighted_point_23
|
2017-04-06 12:38:18 +02:00 |
Mael Rouxel-Labbé
|
aacf8db95f
|
Fixed includes and typedefs in Weighted_point_23
|
2017-04-06 12:35:24 +02:00 |
Mael Rouxel-Labbé
|
2d2e675dac
|
Fixed missing operators in Cartesian and homogeneous construct_weighted_point_23
|
2017-04-06 12:18:36 +02:00 |
Andreas Fabri
|
d78735364b
|
Fixes after review by Monique and Olivier
|
2016-11-03 14:53:15 +01:00 |
Laurent Rineau
|
3302d997b6
|
Fix I/O of Weighted_point_3
@afabri You should have use a code similar to the one of
`CGAL::Sphere_3`, that would have avoided those errors.
|
2016-11-03 13:10:27 +01:00 |
Andreas Fabri
|
fad0f195d5
|
Add operator!= for weighted points
|
2016-11-03 13:10:00 +01:00 |
Andreas Fabri
|
ea50fb811d
|
Cleanup. The 2D and 3D triangulation testsuite pass
|
2016-11-03 13:07:50 +01:00 |
Andreas Fabri
|
95027822f5
|
move predicates and constructions in Kernel packages
|
2016-11-03 13:07:17 +01:00 |
Andreas Fabri
|
8c72cf69aa
|
Add operator< for weighted points. Note that it ignores the weight
|
2016-11-03 13:06:02 +01:00 |
Andreas Fabri
|
54ec8f9d92
|
the VC++ testsuite should pass now
|
2016-11-03 13:06:02 +01:00 |
Andreas Fabri
|
af6c2e185e
|
remove Compute_point_3
|
2016-11-03 13:06:02 +01:00 |
Andreas Fabri
|
0f3edb5cf5
|
Add the most impotant file
|
2016-11-03 13:06:02 +01:00 |