Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] Global Arrangement Transformation

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] Global Arrangement Transformation


Chronological Thread 
  • From: Efi Fogel <>
  • To:
  • Subject: Re: [cgal-discuss] Global Arrangement Transformation
  • Date: Wed, 8 Aug 2012 11:20:31 +0300

You can change the coordinates of points as long as you don't change the topology of the arrangement.
Scaling does not change the topology. You need to scale all points by traversing them one at a time.
Naturally, an intermediate state might be invalid.

On Wed, Aug 8, 2012 at 11:13 AM, casche <> wrote:
Hello,

is there any way to apply a global transformation to an arrangment (i.e.
scaling or translation)?

I tried to modify the point-references of the arrangements vertices (Point2&
point()), and it works somehow, but finally invalidates (?) the mesh. I
guess, this reference should not be used for modification of the underlying
point coordinates.

At least, I need a scaling of the point coordinates. Any idea?

Thank you



--
View this message in context: http://cgal-discuss.949826.n4.nabble.com/Global-Arrangement-Transformation-tp4655678.html
Sent from the cgal-discuss mailing list archive at Nabble.com.

--
You are currently subscribed to cgal-discuss.
To unsubscribe or access the archives, go to
https://sympa.inria.fr/sympa/info/cgal-discuss





--
   ____  _        ____             _
  /_____/_) o    /__________  __  //
 (____ (   (    (    (_/ (_/-(-'_(/
                         _/






Archive powered by MHonArc 2.6.18.

Top of Page