Re: [GEOMETRY] Quickhull Implementation

2023-02-02 Thread Andreas Goss
uickhull/commons-geometry-euclidean/src/main/java/org/apache/commons/geometry/euclidean/threed/ConvexHull3D.java > > > > > On Mon, Jan 30, 2023 at 2:38 AM Andreas Goss > wrote: > > > Thanks for the quick reply. I need to create an Jira account first for > > that.

Re: [GEOMETRY] Quickhull Implementation

2023-01-29 Thread Andreas Goss
Thanks for the quick reply. I need to create an Jira account first for that. I requested an account by writing to priv...@commons.apache.org Kind Regards Andreas Gilles Sadowski schrieb am Mo. 30. Jan. 2023 um 00:11: > Hello. > > Le dim. 29 janv. 2023 à 19:25, Andreas Goss &

[GEOMETRY] Quickhull Implementation

2023-01-29 Thread Andreas Goss
Hello, I want to contribute a solution for the open Jira task GEOMETRY-110 ( https://issues.apache.org/jira/projects/GEOMETRY/issues/GEOMETRY-110?filter=allopenissues). I tried my best to organize the code according to guidelines and at least the maven build was succesful. I created a pull-request