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 2020/01/03 16:36:00 UTC

[jira] [Created] (GEOMETRY-85) Enclosing API Updates

Matt Juntunen created GEOMETRY-85:
-------------------------------------

             Summary: Enclosing API Updates
                 Key: GEOMETRY-85
                 URL: https://issues.apache.org/jira/browse/GEOMETRY-85
             Project: Apache Commons Geometry
          Issue Type: Improvement
            Reporter: Matt Juntunen
             Fix For: 1.0


The API for the enclosing module should be updated for consistency with the rest of the library.
 * {{EnclosingBall}}
 ** {{getSupport}} should return list of points instead of array
 ** {{contains(P pt, double margin)}} should be changed to accept a {{DoublePrecisionContext}} as the second argument.
 * Add {{WelzelEncloser2D}} and {{WelzlEncloser3D}} convenience classes so that that users do not need to construct a generic {{WelzelEncloser}} object and supply their own {{SupportBallGenerator}}.



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