You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by Matt Juntunen <ma...@hotmail.com> on 2020/05/24 16:33:55 UTC

[geometry] New 3D Interfaces

Hi all,

If anyone is interested, I've added a PR with new 3D interfaces that will simplify most standard work in 3D. The new interfaces are ConvexPolygon3D and Triangle3D. There are factory methods in the Planes class for creating these directly from vertices. Previously, users had to interact with these objects through the PlaneConvexSubset class, which was also used to represent convex subsets with infinite size, making the API somewhat awkward. The PR is https://github.com/apache/commons-geometry/pull/77. Feedback is welcome.

Regards,
Matt J