Sébastien Loriot
|
2984acda0a
|
restore order of template parameters modified by 6b75fea
|
2024-07-22 09:12:30 +02:00 |
Andreas Fabri
|
a2b7a72752
|
Create a doxygen grup for generators
|
2024-03-15 13:11:30 +01:00 |
Jane Tournois
|
6b75fea902
|
move triangulation step into make_hexahedron(8 points)
|
2024-03-06 14:48:01 +01:00 |
Jane Tournois
|
ff3db1e0d7
|
doc suggestions from code review
Co-authored-by: Mael <mael.rouxel.labbe@geometryfactory.com>
|
2024-03-06 11:11:27 +01:00 |
Jane Tournois
|
c21fc4f238
|
remove circular dependency and corresponding fwd declarations
include in helpers.h was introduced by 0528592011
in 2019 for backward compatibility, it can now be removed
|
2024-03-06 10:42:53 +01:00 |
Jane Tournois
|
a4d6523f4a
|
add missing forward declaration for copy_face_graph()
|
2024-03-05 14:36:52 +00:00 |
Jane Tournois
|
78872aca27
|
move NP do_not_triangulate to make_hexahedron(isocuboid)
and fix nb of faces of hexahedron from 8 to 6
|
2024-03-05 13:38:14 +00:00 |
Jane Tournois
|
685f6e7f84
|
create an overload of CGAL::make_hexahedron for Iso_cuboid_3
|
2024-03-04 17:04:06 +01:00 |
Mael Rouxel-Labbé
|
34ea88c73d
|
Use is_valid_*_descriptor
|
2022-10-04 22:22:40 +02:00 |
Mael Rouxel-Labbé
|
0994eed6c5
|
Fix make_icosahedron() having wrong radius
|
2022-03-02 11:42:23 +01:00 |
Maxime Gimeno
|
3d1c41fd14
|
Merge remote-tracking branch 'cgal/master' into CGAL_IO-maxGimeno
|
2021-01-07 15:05:28 +01:00 |
Ben Laurie
|
a7b6f61ca1
|
Use C++ casts and the right type.
|
2020-12-14 10:57:49 +00:00 |
Ben Laurie
|
9a75f9b285
|
Allow FT that isn't floating point.
|
2020-12-13 21:43:42 +00:00 |
Mael Rouxel-Labbé
|
26355e2e32
|
Uniformize capital / third person usage of \brief
|
2020-06-25 15:13:47 +02:00 |
Laurent Rineau
|
416cbbcf47
|
Merge pull request #4277 from MaelRL/PMP-Locate_rework_traits-GF
PMP: Replace `Location_traits` by a simpler API
|
2019-10-29 15:23:41 +01:00 |
Sébastien Loriot
|
52164b1fba
|
First pass on removing license notice in header for LGPL files
|
2019-10-19 15:40:30 +02:00 |
Sébastien Loriot
|
7356421d80
|
introduce Commercial license SPDX tag
|
2019-10-19 12:15:19 +02:00 |
Sébastien Loriot
|
9bd9c68b83
|
update LGPL[23]+ and GPL[23]+ SPDX tags
ack -l --no-svg "SPDX-License-Identifier: GPL-3.0\+" | xargs sed -i "s/SPDX-License-Identifier: GPL-3.0+/SPDX-License-Identifier: GPL-3.0-or-later/"
ack -l --no-svg "SPDX-License-Identifier: LGPL-3.0\+" | xargs sed -i "s/SPDX-License-Identifier: LGPL-3.0+/SPDX-License-Identifier: LGPL-3.0-or-later/"
ack -l --no-svg "SPDX-License-Identifier: GPL-2.0\+" | xargs sed -i "s/SPDX-License-Identifier: GPL-2.0+/SPDX-License-Identifier: GPL-2.0-or-later/"
ack -l --no-svg "SPDX-License-Identifier: LGPL-2.0\+" | xargs sed -i "s/SPDX-License-Identifier: LGPL-2.0+/SPDX-License-Identifier: LGPL-2.0-or-later/"
|
2019-10-18 21:57:54 +02:00 |
Mael Rouxel-Labbé
|
79026c255e
|
Fix documentation of CGAL::make_grid (bad line break, bad links)
|
2019-10-08 15:35:29 +02:00 |
Mael Rouxel-Labbé
|
0528592011
|
Fix cyclical header dependencies
|
2019-05-10 12:41:01 +02:00 |
Mael Rouxel-Labbé
|
1e9ca61fba
|
Doc fixes
|
2019-05-10 11:45:49 +02:00 |
Mael Rouxel-Labbé
|
408ebbb784
|
Dependency fixes
|
2019-05-10 11:44:58 +02:00 |
Mael Rouxel-Labbé
|
75f9c7798e
|
Add a forward declaration
|
2019-05-09 08:06:10 +02:00 |
Mael Rouxel-Labbé
|
f14f9ce447
|
Move some functions from PMP to BGL
|
2019-05-08 16:05:26 +02:00 |
Mael Rouxel-Labbé
|
9e8524c29e
|
Rename BGL/polyhedra.h to BGL/generators.h
|
2019-05-08 15:16:25 +02:00 |