Re: [Math] Allow empty ConvexHull2D

2015-06-10 Thread Thomas Neidhart
On 06/09/2015 11:42 PM, Gilles wrote: On Tue, 09 Jun 2015 23:19:35 +0200, Thomas Neidhart wrote: On 06/01/2015 09:36 PM, Thomas Neidhart wrote: On 06/01/2015 03:52 PM, luc wrote: Le 2015-06-01 15:27, Gilles a écrit : Hello. On Mon, 01 Jun 2015 15:03:47 +0200, luc wrote: Le 2015-06-01

RE: [Math] Allow empty ConvexHull2D

2015-06-10 Thread Andy Turner
Neidhart [mailto:thomas.neidh...@gmail.com] Sent: 10 June 2015 11:24 To: Commons Users List Subject: Re: [Math] Allow empty ConvexHull2D On 06/09/2015 11:42 PM, Gilles wrote: On Tue, 09 Jun 2015 23:19:35 +0200, Thomas Neidhart wrote: On 06/01/2015 09:36 PM, Thomas Neidhart wrote: On 06/01/2015

Re: [Math] Allow empty ConvexHull2D

2015-06-10 Thread Gilles
On Wed, 10 Jun 2015 12:23:58 +0200, Thomas Neidhart wrote: On 06/09/2015 11:42 PM, Gilles wrote: On Tue, 09 Jun 2015 23:19:35 +0200, Thomas Neidhart wrote: On 06/01/2015 09:36 PM, Thomas Neidhart wrote: On 06/01/2015 03:52 PM, luc wrote: Le 2015-06-01 15:27, Gilles a écrit : Hello. On Mon,

RE: [Math] Allow empty ConvexHull2D

2015-06-10 Thread Gilles
List Subject: Re: [Math] Allow empty ConvexHull2D On 06/09/2015 11:42 PM, Gilles wrote: On Tue, 09 Jun 2015 23:19:35 +0200, Thomas Neidhart wrote: On 06/01/2015 09:36 PM, Thomas Neidhart wrote: On 06/01/2015 03:52 PM, luc wrote: Le 2015-06-01 15:27, Gilles a écrit : Hello. On Mon, 01 Jun

Re: [Math] Allow empty ConvexHull2D

2015-06-10 Thread Thomas Neidhart
On 06/10/2015 01:44 PM, Gilles wrote: On Wed, 10 Jun 2015 12:23:58 +0200, Thomas Neidhart wrote: On 06/09/2015 11:42 PM, Gilles wrote: On Tue, 09 Jun 2015 23:19:35 +0200, Thomas Neidhart wrote: On 06/01/2015 09:36 PM, Thomas Neidhart wrote: On 06/01/2015 03:52 PM, luc wrote: Le 2015-06-01

Re: [Math] Allow empty ConvexHull2D

2015-06-10 Thread Gilles
On Wed, 10 Jun 2015 14:45:41 +0200, Thomas Neidhart wrote: On 06/10/2015 01:44 PM, Gilles wrote: On Wed, 10 Jun 2015 12:23:58 +0200, Thomas Neidhart wrote: On 06/09/2015 11:42 PM, Gilles wrote: On Tue, 09 Jun 2015 23:19:35 +0200, Thomas Neidhart wrote: On 06/01/2015 09:36 PM, Thomas Neidhart

Re: [Math] Allow empty ConvexHull2D

2015-06-10 Thread Luc Maisonobe
Le 10/06/2015 15:16, Gilles a écrit : On Wed, 10 Jun 2015 14:45:41 +0200, Thomas Neidhart wrote: On 06/10/2015 01:44 PM, Gilles wrote: On Wed, 10 Jun 2015 12:23:58 +0200, Thomas Neidhart wrote: On 06/09/2015 11:42 PM, Gilles wrote: On Tue, 09 Jun 2015 23:19:35 +0200, Thomas Neidhart wrote:

Re: [Math] Allow empty ConvexHull2D

2015-06-09 Thread Thomas Neidhart
On 06/01/2015 09:36 PM, Thomas Neidhart wrote: On 06/01/2015 03:52 PM, luc wrote: Le 2015-06-01 15:27, Gilles a écrit : Hello. On Mon, 01 Jun 2015 15:03:47 +0200, luc wrote: Le 2015-06-01 14:38, Gilles a écrit : Hi. Hi Gilles, I have a question regarding public RegionEuclidean2D

Re: [Math] Allow empty ConvexHull2D

2015-06-09 Thread Gilles
On Tue, 09 Jun 2015 23:19:35 +0200, Thomas Neidhart wrote: On 06/01/2015 09:36 PM, Thomas Neidhart wrote: On 06/01/2015 03:52 PM, luc wrote: Le 2015-06-01 15:27, Gilles a écrit : Hello. On Mon, 01 Jun 2015 15:03:47 +0200, luc wrote: Le 2015-06-01 14:38, Gilles a écrit : Hi. Hi Gilles, I

Re: [Math] Allow empty ConvexHull2D

2015-06-01 Thread luc
Le 2015-06-01 14:38, Gilles a écrit : Hi. Hi Gilles, I have a question regarding public RegionEuclidean2D createRegion() throws InsufficientDataException in ConvexHull2D. It throws the exception when the number of points is 3. One can imagine that rather than aborting it could return

RE: [Math] Allow empty ConvexHull2D

2015-06-01 Thread Shriver, Daniel
recreating it as something other than an exception). -Original Message- From: Gilles [mailto:gil...@harfang.homelinux.org] Sent: Monday, June 01, 2015 8:38 AM To: user@commons.apache.org Subject: [Math] Allow empty ConvexHull2D Hi. I have a question regarding public RegionEuclidean2D

[Math] Allow empty ConvexHull2D

2015-06-01 Thread Gilles
Hi. I have a question regarding public RegionEuclidean2D createRegion() throws InsufficientDataException in ConvexHull2D. It throws the exception when the number of points is 3. One can imagine that rather than aborting it could return an empty Region (which would seamlessly work with

Re: [Math] Allow empty ConvexHull2D

2015-06-01 Thread Gilles
Hello. On Mon, 01 Jun 2015 15:03:47 +0200, luc wrote: Le 2015-06-01 14:38, Gilles a écrit : Hi. Hi Gilles, I have a question regarding public RegionEuclidean2D createRegion() throws InsufficientDataException in ConvexHull2D. It throws the exception when the number of points is 3. One can

Re: [Math] Allow empty ConvexHull2D

2015-06-01 Thread luc
Le 2015-06-01 15:27, Gilles a écrit : Hello. On Mon, 01 Jun 2015 15:03:47 +0200, luc wrote: Le 2015-06-01 14:38, Gilles a écrit : Hi. Hi Gilles, I have a question regarding public RegionEuclidean2D createRegion() throws InsufficientDataException in ConvexHull2D. It throws the exception

Re: [Math] Allow empty ConvexHull2D

2015-06-01 Thread Thomas Neidhart
On 06/01/2015 03:52 PM, luc wrote: Le 2015-06-01 15:27, Gilles a écrit : Hello. On Mon, 01 Jun 2015 15:03:47 +0200, luc wrote: Le 2015-06-01 14:38, Gilles a écrit : Hi. Hi Gilles, I have a question regarding public RegionEuclidean2D createRegion() throws InsufficientDataException in

Re: [Math] Allow empty ConvexHull2D

2015-06-01 Thread Gilles
On Mon, 01 Jun 2015 15:52:11 +0200, luc wrote: Le 2015-06-01 15:27, Gilles a écrit : Hello. On Mon, 01 Jun 2015 15:03:47 +0200, luc wrote: Le 2015-06-01 14:38, Gilles a écrit : Hi. Hi Gilles, I have a question regarding public RegionEuclidean2D createRegion() throws

RE: [Math] Allow empty ConvexHull2D

2015-06-01 Thread Gilles
that encloses the shape why should the code handle differently empty and non-empty regions? Gilles -Original Message- From: Gilles [mailto:gil...@harfang.homelinux.org] Sent: Monday, June 01, 2015 8:38 AM To: user@commons.apache.org Subject: [Math] Allow empty ConvexHull2D Hi. I have