[
https://issues.apache.org/jira/browse/GEOMETRY-121?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Matt Juntunen updated GEOMETRY-121:
-----------------------------------
Description: During development of the IO modules, I created a public
{{Planes.convexPolygonToTriangleFan}} utility method. However, this method
makes assumptions about the input that are better suited for an internal method
and not part of the public API. Therefore, I'd like to move this method into
the {{internal}} package. Since there isn't a class in there already that it
would fit in, I suggest creating a {{EuclideanUtils}} utility class for it.
(was: During development of the IO modules, I created a public
{{Planes.convexPolygonToTriangleFan}} utility method. However, this method
makes assumptions about the input that are better suited for an internal method
and not part of the public API. Therefore, I'd like to move this method into
the {{internal}} package. Since there isn't a class in there already that it
would fit in, I suggest creating a {{EuclideanInternals}} utility class for it.)
> EuclideanUtils class
> --------------------
>
> Key: GEOMETRY-121
> URL: https://issues.apache.org/jira/browse/GEOMETRY-121
> Project: Apache Commons Geometry
> Issue Type: Improvement
> Reporter: Matt Juntunen
> Priority: Minor
>
> During development of the IO modules, I created a public
> {{Planes.convexPolygonToTriangleFan}} utility method. However, this method
> makes assumptions about the input that are better suited for an internal
> method and not part of the public API. Therefore, I'd like to move this
> method into the {{internal}} package. Since there isn't a class in there
> already that it would fit in, I suggest creating a {{EuclideanUtils}} utility
> class for it.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)