Re: [math] Question about constructing a PolyhedronsSet using B-rep (commons-math3 v3.6.1)

2019-09-23 Thread Gilles Sadowski
Hello. Short answer: The "geometry" package of "Commons Math" will be deprecated, as we currently work on a new component: https://gitbox.apache.org/repos/asf?p=commons-geometry.git There is no official release yet, but you should definitely test it. Best regards, Gilles P.S. We seek help

[math] Question about constructing a PolyhedronsSet using B-rep (commons-math3 v3.6.1)

2019-09-23 Thread Steven Fontaine
Hi, I have a (hopefully) simple question regarding constructing a PolyhedronsSet using the constructor PolyhedronsSet(List vertices, List facets, double tolerance). Currently I have the following code to construct a simple tetrahedron: List verts = Arrays.asList(new Vector3D(0, 0, 0), new