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)