Re: [VOTE] Release Apache Commons Geometry (full distribution) 1.0-beta1 based on RC1

2020-07-03 Thread Sven Rathgeber
+1 Thanks for tons of work !!! Sven On 7/3/20 7:34 AM, Matt Juntunen wrote: We have been working hard to prepare Apache Commons Geometry for an initial release, so I would like to release Apache Commons Geometry (full distribution) 1.0-beta1. Apache Commons Geometry (full distribution)

Re: [geometry] Transition from PolyhedronSet to ??? (RegionBSPTree3D ?)

2020-06-17 Thread Sven Rathgeber
n contains at least 3 unique vertices, the first vertex is not repeated at the end, and that the upper and lower bounds are not equal. Hopefully this helps. Regards, Matt ________ From: Sven Rathgeber Sent: Tuesday, June 16, 2020 3:46 AM To: Commons Developers

Re: [geometry] Transition from PolyhedronSet to ??? (RegionBSPTree3D ?)

2020-06-16 Thread Sven Rathgeber
Hi Matt, > 2. Yes, the LinecastPoint3D object that you get from linecasting contains the intersection point as well as the surface normal at the point of intersection. thanks - that did the job and I could do the whole refactoring, but the tests fail. We used the PolyHedronsSet to model

Re: [geometry] Transition from PolyhedronSet to ??? (RegionBSPTree3D ?)

2020-06-14 Thread Sven Rathgeber
/euclidean/threed/Planes.java#L234 [3] https://github.com/apache/commons-geometry/blob/master/commons-geometry-euclidean/src/test/java/org/apache/commons/geometry/euclidean/threed/PlanesTest.java#L448 From: Sven Rathgeber Sent: Wednesday, June 10, 2020 3:28 AM

[geometry] Transition from PolyhedronSet to ??? (RegionBSPTree3D ?)

2020-06-10 Thread Sven Rathgeber
Hi Matt, first of all: Thanks a lot for all your work (rewrite) on the library Could you give me a hint how to make the transition from PolyhedronSet to the new data structures ? This is my current code: public static PolyhedronsSet createPrism(     List< Position2D > basePolygon,    

Aw: Re: Proposal to introduce JUnit 5 in commons-numbers

2019-05-27 Thread Sven Rathgeber
+1 We did the migration 4 -> 5 for various products at work. It was straightforward. I vote for a clean cut, as well. s/Before/BeforeEach/ s/After/AfterEach and you are halfway through. Sven Gesendet: Montag, 27. Mai 2019 um 07:28 Uhr Von: "Eitan Adler" An: "Heinrich Bohne" Cc:

Aw: Re: [geometry] release

2019-05-23 Thread Sven Rathgeber
Hi, > This could be an approach: > https://maven.apache.org/plugins/maven-shade-plugin/[https://maven.apache.org/plugins/maven-shade-plugin/] I started to think in a similar direction and finally got it with the assembly-plugin (jar-with-dependencies). And "mvn deploy:deploy-file ..." did the

[geometry] release

2019-05-22 Thread Sven Rathgeber
Hi, I use in one of our applications the current state of https://github.com/apache/commons-geometry (c45647f45df7d81819e47ad6bd0d342069fb305d ). (... which has a couple of child projects and relies on the current state of common-numbers -> in sum about 15 jars.)   Now I have to release my