Re: [Gambas-user] Clipper counter-intuitivities

2015-06-27 Thread Tobias Boege
On Fri, 19 Jun 2015, Beno?t Minisini wrote: > Le 18/06/2015 20:38, Tobias Boege a ?crit : > > Hi Benoit, > > > > the attached project shows two strange behaviours of Polygon from the > > gb.clipper component. > > > > (1) Polygon._get() returns a new PointF object created on the fly from > >

Re: [Gambas-user] Clipper counter-intuitivities

2015-06-18 Thread Benoît Minisini
Le 18/06/2015 20:38, Tobias Boege a écrit : > Hi Benoit, > > the attached project shows two strange behaviours of Polygon from the > gb.clipper component. > > (1) Polygon._get() returns a new PointF object created on the fly from > internal data. However, people would think that > >

[Gambas-user] Clipper counter-intuitivities

2015-06-18 Thread Tobias Boege
Hi Benoit, the attached project shows two strange behaviours of Polygon from the gb.clipper component. (1) Polygon._get() returns a new PointF object created on the fly from internal data. However, people would think that hPolygon[0].X = 20 should modify the zeroth point's x c