Remove mention of weighted points

This commit is contained in:
Andreas Fabri 2020-08-21 10:26:03 +01:00
parent 8cc3b0e3a7
commit d046eec0f1
3 changed files with 0 additions and 6 deletions

View File

@ -1,6 +1,4 @@
// Computes the minsphere of some random spheres.
// This example illustrates how to use CGAL::Point_2 and CGAL::
// Weighted_point with the Min_sphere_of_spheres_d package.
#include <CGAL/Cartesian.h>
#include <CGAL/Random.h>

View File

@ -1,6 +1,4 @@
// Computes the minsphere of some random spheres.
// This example illustrates how to use CGAL::Point_3 and CGAL::
// Weighted_point with the Min_sphere_of_spheres_d package.
#include <CGAL/Cartesian.h>
#include <CGAL/Random.h>

View File

@ -1,6 +1,4 @@
// Computes the minsphere of some random spheres.
// This example illustrates how to use CGAL::Point_d and CGAL::
// Weighted_point with the Min_sphere_of_spheres_d package.
#include <CGAL/Cartesian_d.h>
#include <CGAL/Random.h>