Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] Change the geometric information for a vertex?

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] Change the geometric information for a vertex?


Chronological Thread 
  • From: Angelina Novacheva <>
  • To:
  • Subject: Re: [cgal-discuss] Change the geometric information for a vertex?
  • Date: Mon, 19 Feb 2007 06:00:52 -0800 (PST)
  • Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=X-YMail-OSG:Received:Date:From:Subject:To:In-Reply-To:MIME-Version:Content-Type:Content-Transfer-Encoding:Message-ID; b=NOouqpkAe7xY3lZey5smpvEnQhb3pfrhJlWM/vV3PsVMVeUpYKGS8x4amTesnlO0Olg8giKvGEtfUO8XO+IAR7e/cGOeNYSJtVY6OmXxrvPmAJBund6mFehcJ3Tarorf2UeGQCHaG0pW4B2K3IkwxbOZkF/LoJtShtDDZuV03rU=;

Many thanks! The v.set_point ( Point p) was what I was
looking for.
What problems should I expect with arithmetics? The
rest of the TDS stays the same, right - all the
neighbourhood information etc.?



---

wrote:

>
> wrote:
> >
> > wrote:
> >
> >> Hello,
> >>
> >> What is the easiest way to change only the
> geometric information
> >> associated with the vertices of a Delaunay
> triangulation? (e.g. in
> >> order to translate or rotate the hole point
> cloud)
> >
> > As mentioned in the user manual of 3D
> Triangulation, using
> > Triangulation_vertex_base_with_info_3 is the
> simplest way.
>
> More precisely, it is a way to _add_ information.
>
> You can add the rotation information in all vertices
> (but it will be
> stored in each vertex even if it is common...).
>
> If you want to change the point in a vertex, there
> is a
> v.set_point ( Point p) method in the
> TriangulationVertexBase_3 concept.
> But you can hardly use this for changing the point
> after a rotation, due
> to problems that would arise with arithmetics.
> --
> You are currently subscribed to cgal-discuss.
> To unsubscribe or access the archives, go to
> https://lists-sop.inria.fr/wws/info/cgal-discuss
>




____________________________________________________________________________________
Want to start your own business?
Learn how on Yahoo! Small Business.
http://smallbusiness.yahoo.com/r-index



Archive powered by MHonArc 2.6.16.

Top of Page