You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Matt Juntunen (Jira)" <ji...@apache.org> on 2021/04/18 18:47:00 UTC

[jira] [Created] (GEOMETRY-120) SimpleTriangleMesh.Builder add face from index array

Matt Juntunen created GEOMETRY-120:
--------------------------------------

             Summary: SimpleTriangleMesh.Builder add face from index array
                 Key: GEOMETRY-120
                 URL: https://issues.apache.org/jira/browse/GEOMETRY-120
             Project: Apache Commons Geometry
          Issue Type: Improvement
            Reporter: Matt Juntunen


The {{SimpleTriangleMesh.Builder}} class has an {{addFace(int, int, int)}} method but not an {{addFacet(int[])}} method. This would be good to add, especially since it matches the {{Face.getVertexIndices()}} method, which returns an {{int[]}}.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)