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
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
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
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
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
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
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