cgal/Triangulation_3
Mael Rouxel-Labbé 1f34ef2b2d Add Construct_point_2/3 to the concepts of triangulation traits
-- TriangulationTraits_2 requires Point_2 construct_point_2(Point_2)
-- RegularTriangulationTraits_2 requires Point_2 construct_point_2(Weighted_point_2)
-- TriangulationTraits_3 requires Point_3 construct_point_3(Point_3)
-- RegularTriangulationTraits_3 requires Point_3 construct_point_3(Weighted_point_3)
2017-06-15 10:34:15 +02:00
..
benchmark/Triangulation_3 Fixed point typedef in Tr_3/benchmarks 2017-06-15 10:34:15 +02:00
demo Explicitely set the policy of CMP0053 to OLD to silent the warning when it is not found. 2017-05-23 16:12:56 +02:00
doc/Triangulation_3 Add Construct_point_2/3 to the concepts of triangulation traits 2017-06-15 10:34:15 +02:00
examples/Triangulation_3 Fixed usage of Bare point and Weighted point across Triangulation_3 2017-06-15 10:32:03 +02:00
include/CGAL Removed an ugly static_cast 2017-06-15 10:34:15 +02:00
package_info/Triangulation_3
test/Triangulation_3 Fixed test_RT_cell_base_with_weigh... and added it to the CMakeLists 2017-06-15 10:34:15 +02:00
TODO