Re: [geometry] Points and Vectors Proposal

2018-05-06 Thread Gilles
On Sun, 6 May 2018 01:49:57 +, Matt Juntunen wrote: Hi Gilles, I feel like we want the same things from the API but we're kind of talking in circles here. How about I implement what I'm picturing right now based on our discussion and then we can refine it further (or change it completely) vi

Re: [geometry] Points and Vectors Proposal

2018-05-05 Thread Matt Juntunen
l be talking in concrete terms instead of abstractions. -Matt From: Gilles Sent: Monday, April 30, 2018 8:03 AM To: dev@commons.apache.org Subject: Re: [geometry] Points and Vectors Proposal Hello. On Sun, 29 Apr 2018 02:40:54 +, Matt Juntunen wrote: > Hi Gille

Re: [geometry] Points and Vectors Proposal

2018-04-30 Thread Gilles
I'm not even using the Space interface here. The only method that seems to be used in that class is getDimensions() and that can easily be placed in the Coordinates interface. -Matt From: Gilles Sent: Tuesday, April 24, 2018 7:55 AM To: dev@commons.apache.org Subject: Re: [geo

Re: [geometry] Points and Vectors Proposal

2018-04-28 Thread Matt Juntunen
D(x + val.getX(), y + val.getY()); } } -Matt From: Gilles Sent: Saturday, April 28, 2018 7:28 AM To: dev@commons.apache.org Subject: Re: [geometry] Points and Vectors Proposal Hi. On Thu, 26 Apr 2018 21:19:08 +, Matt Juntunen wrote: > Hi, > >

Re: [geometry] Points and Vectors Proposal

2018-04-28 Thread Gilles
laced in the Coordinates interface. -Matt From: Gilles Sent: Tuesday, April 24, 2018 7:55 AM To: dev@commons.apache.org Subject: Re: [geometry] Points and Vectors Proposal Hi. [Note: there is a problem with the quoted part in your message.] On Tue, 24 Apr

Re: [geometry] Points and Vectors Proposal

2018-04-26 Thread Matt Juntunen
placed in the Coordinates interface. -Matt From: Gilles Sent: Tuesday, April 24, 2018 7:55 AM To: dev@commons.apache.org Subject: Re: [geometry] Points and Vectors Proposal Hi. [Note: there is a problem with the quoted part in your message.] On Tue, 24 Apr 201

Re: [geometry] Points and Vectors Proposal

2018-04-24 Thread Gilles
n is not primarily aimed at detecting programming errors but should help the user avoid them. ;-) Regards, Gilles Thanks, Matt ________________ From: Gilles Sent: Monday, April 23, 2018 4:32 AM To: dev@commons.apache.org Subject: Re: [geometry] Points and Vectors Proposal Hi. On Mon,

Re: [geometry] Points and Vectors Proposal

2018-04-23 Thread Matt Juntunen
_ From: Gilles Sent: Monday, April 23, 2018 4:32 AM To: dev@commons.apache.org Subject: Re: [geometry] Points and Vectors Proposal Hi. On Mon, 23 Apr 2018 05:36:09 +, Matt Juntunen wrote: > Hi all, > > I'd like to propose an update to the Euclidean Point/Vector class

Re: [geometry] Points and Vectors Proposal

2018-04-23 Thread Gilles
Hi. On Mon, 23 Apr 2018 05:36:09 +, Matt Juntunen wrote: Hi all, I'd like to propose an update to the Euclidean Point/Vector classes in the geometry project. We currently have a single CartesianXD class per dimension (eg, Cartesian2D) that implements both the Point and Vector interfaces. Th

[geometry] Points and Vectors Proposal

2018-04-22 Thread Matt Juntunen
Hi all, I'd like to propose an update to the Euclidean Point/Vector classes in the geometry project. We currently have a single CartesianXD class per dimension (eg, Cartesian2D) that implements both the Point and Vector interfaces. This is similar to the previous commons-math version where we h