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

2020-06-10 Thread Matt Juntunen
Hi Sven, No problem! To answer your question in the subject line, yes, RegionBSPTree3D is the replacement for the old PolyhedronsSet. They both represent 3D regions using BSP trees. As for your code example, you're probably going to want to use Planes.indexedConvexPolygons() [1] or Planes.index

LANG-1499 Equals transitivity is violated in EqualsBuilder

2020-06-10 Thread Miguel Munoz
I have a suggestion for how to fix this. First, I want to point out a problem with a proposed fix by a previous poster. The suggestion was: One potential fix could be to have another else if branch to check if two classes share a common superclass. As I mentioned on the bug page, this wouldn't

[ANNOUNCEMENT] Apache Commons BCEL 6.5.0

2020-06-10 Thread Gary Gregory
The Apache Commons BCEL team is pleased to announce the release of Apache Commons BCEL 6.5.0! The Byte Code Engineering Library (BCEL) is intended to give users a convenient way to analyze, create, and manipulate compiled .class files. Classes are represented by objects containing all the symbolic

Re: [DRAFT] Board report this period

2020-06-10 Thread Rob Tompkins
Looks good to me. -Rob > On Jun 10, 2020, at 8:57 AM, Gary Gregory wrote: > > Hi All: > > This is the board report I plan to submit for this reporting period: > > ## Description: > The mission of Apache Commons is the creation and maintenance of Java > focused > reusable libraries and compone

Re: [DRAFT] Board report this period

2020-06-10 Thread Melloware
Looks good! On 6/10/2020 8:57 AM, Gary Gregory wrote: Hi All: This is the board report I plan to submit for this reporting period: ## Description: The mission of Apache Commons is the creation and maintenance of Java focused reusable libraries and components ## Issues: There are no issues req

[DRAFT] Board report this period

2020-06-10 Thread Gary Gregory
Hi All: This is the board report I plan to submit for this reporting period: ## Description: The mission of Apache Commons is the creation and maintenance of Java focused reusable libraries and components ## Issues: There are no issues requiring board attention. ## Membership Data: Apache Commo

[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,     in