Hi Gilles,
The generic Vector class is actually not used much but the generic Point class
is used throughout the core partitioning code and in the high-level enclosing
ball code. If we used a class like
class Vector2D implements Vector, Cartesian2D, Polar2D { ... }
We'd still need to cast inte
This vote passes with 7 +1s and no -1s. I'll update infra that we're ready
to do this.
On 23 April 2018 at 02:37, Gilles wrote:
> On Sun, 22 Apr 2018 14:11:46 -0500, Matt Sicker wrote:
>
>> An example project already using gitbox is whimsy:
>> https://github.com/apache/whimsy
>>
>
> And "Commons
Hi.
On Thu, 26 Apr 2018 21:19:08 +, Matt Juntunen wrote:
Hi,
I think one of the main issues here is that implementations of Point
and Vector need to have access to coordinate values in order to do
work, but the generic interfaces don't make that information
accessible. We end up having to c