[ 
https://issues.apache.org/jira/browse/GEOMETRY-144?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17527327#comment-17527327
 ] 

Gilles Sadowski commented on GEOMETRY-144:
------------------------------------------

+1

{code}
package org.apache.commons.geometry.euclidean.twod;

public class ConvexHull2D {
    // ...

    private ConvexHull2D(/* ... */) {
        // ...
    }

    // Factory.
    public static ConvexHull2D of(/* ... */) {
        // ...
    }

    // ...
}
{code}


> Review API in "hull" module
> ---------------------------
>
>                 Key: GEOMETRY-144
>                 URL: https://issues.apache.org/jira/browse/GEOMETRY-144
>             Project: Commons Geometry
>          Issue Type: Task
>            Reporter: Gilles Sadowski
>            Assignee: Gilles Sadowski
>            Priority: Minor
>             Fix For: 1.1
>
>
> Review codes in the 
> [{{commons-geometry-hull}}|https://gitbox.apache.org/repos/asf?p=commons-geometry.git;a=tree;f=commons-geometry-hull;hb=HEAD]
>  module.
> (x) Minimize the public API



--
This message was sent by Atlassian Jira
(v8.20.7#820007)

Reply via email to