Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] non collinear points set

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] non collinear points set


Chronological Thread 
  • From:
  • To:
  • Subject: Re: [cgal-discuss] non collinear points set
  • Date: Thu, 11 Jun 2009 16:39:02 +0200 (CEST)
  • Importance: Normal

Hi,

I will just answer according to CGAL documentation since I have never used
this kind of function, if you are working in 2D cases it could be that but
it still depends on your needs. If you want points on disk use the
Random_points_in_dis_2 and so on.
Although, if you are looking to 3D points may be Random_points_in_cube_3
or Random_points_in_sphere_3 could be the solution.
But be carefull, Delaunay triangulation is not unique when points are
cocircular or cospherical.
In my opinion, you can use Stanford reconstruction library for instance or
any other 2D or 3D object library.

> hello,
> I need to generate random non collinear points sets because I'm working
> with
> triangulations in CGAL.
> I don't know if *Random_points_in_square_2 *generates this kind of points.
>
> If anybody has any ideas, I would be very happy.
>
> Thanks for any help,
>
>
> --
> M. Gisela Dorzán
> Oficina 9 - 1º piso - Bloque 2
> (02652) 424027 - Int 243
> Depto. de Informática
> Universidad Nacional de San Luis
> --
> You are currently subscribed to cgal-discuss.
> To unsubscribe or access the archives, go to
> https://lists-sop.inria.fr/wws/info/cgal-discuss
>





Archive powered by MHonArc 2.6.16.

Top of Page