mirror of https://github.com/CGAL/cgal
Remove mention of weighted points
This commit is contained in:
parent
8cc3b0e3a7
commit
d046eec0f1
|
|
@ -1,6 +1,4 @@
|
||||||
// Computes the minsphere of some random spheres.
|
// 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/Cartesian.h>
|
||||||
#include <CGAL/Random.h>
|
#include <CGAL/Random.h>
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,4 @@
|
||||||
// Computes the minsphere of some random spheres.
|
// 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/Cartesian.h>
|
||||||
#include <CGAL/Random.h>
|
#include <CGAL/Random.h>
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,4 @@
|
||||||
// Computes the minsphere of some random spheres.
|
// 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/Cartesian_d.h>
|
||||||
#include <CGAL/Random.h>
|
#include <CGAL/Random.h>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue