Matt Juntunen created GEOMETRY-84:
-------------------------------------
Summary: Hull API Updates
Key: GEOMETRY-84
URL: https://issues.apache.org/jira/browse/GEOMETRY-84
Project: Apache Commons Geometry
Issue Type: Improvement
Reporter: Matt Juntunen
Fix For: 1.0
The API for the hull module should be updated for consistency with the rest of
the library.
* {{ConvexHull}}
** Use lists of points instead of arrays (eg, getVertices())
** Rename {{creationRegion}} to {{getRegion}}; return null if no region can be
defined instead of throwing an exception.
* {{ConvexHull2D}}
** {{Replace {{getLineSegments}} method with {{getPath}} that returns a
{{Polyline}}}}
* {{AbstractConvexHullGenerator2D}}
** Remove default epsilon/precision value; require callers to specify one.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)