[
https://issues.apache.org/jira/browse/GEOMETRY-45?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17002355#comment-17002355
]
Matt Juntunen commented on GEOMETRY-45:
---------------------------------------
Yeah, we lost a bit of content in the userguide. I'm adding it back PR 47:
https://github.com/apache/commons-geometry/pull/47
> Avoid Duplicate euclidean packages.
> -----------------------------------
>
> Key: GEOMETRY-45
> URL: https://issues.apache.org/jira/browse/GEOMETRY-45
> Project: Apache Commons Geometry
> Issue Type: Task
> Reporter: Matt Juntunen
> Priority: Minor
> Labels: easyfix, pull-request-available, starter
> Time Spent: 20m
> Remaining Estimate: 0h
>
> The {{commons-geometry-enclosing}} and {{commons-geometry-hull}} both contain
> subpackages of {{o.a.c.geometry.euclidean}}. These should be restructured so
> that this package is only used in {{commons-geometry-euclidean}}.
> * {{commons-geometry-enclosing}}
> ** o.a.c.geometry.euclidean.twod.enclosing -->
> o.a.c.geometry.enclosing.euclidean.twod
> ** o.a.c.geometry.euclidean.threed.enclosing -->
> o.a.c.geometry.enclosing.euclidean.threed
> * {{commons-geometry-hull}}
> ** o.a.c.geometry.euclidean.twod.hull --> o.a.c.geometry.hull.euclidean.twod
--
This message was sent by Atlassian Jira
(v8.3.4#803005)