You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by tn...@apache.org on 2012/10/27 16:31:26 UTC

svn commit: r1402800 - /commons/proper/math/trunk/src/main/java/org/apache/commons/math3/geometry/euclidean/twod/PolygonsSet.java

Author: tn
Date: Sat Oct 27 14:31:26 2012
New Revision: 1402800

URL: http://svn.apache.org/viewvc?rev=1402800&view=rev
Log:
Completed javadoc.

Modified:
    commons/proper/math/trunk/src/main/java/org/apache/commons/math3/geometry/euclidean/twod/PolygonsSet.java

Modified: commons/proper/math/trunk/src/main/java/org/apache/commons/math3/geometry/euclidean/twod/PolygonsSet.java
URL: http://svn.apache.org/viewvc/commons/proper/math/trunk/src/main/java/org/apache/commons/math3/geometry/euclidean/twod/PolygonsSet.java?rev=1402800&r1=1402799&r2=1402800&view=diff
==============================================================================
--- commons/proper/math/trunk/src/main/java/org/apache/commons/math3/geometry/euclidean/twod/PolygonsSet.java (original)
+++ commons/proper/math/trunk/src/main/java/org/apache/commons/math3/geometry/euclidean/twod/PolygonsSet.java Sat Oct 27 14:31:26 2012
@@ -167,6 +167,7 @@ public class PolygonsSet extends Abstrac
      * @param hyperplaneThickness tolerance below which points are consider to
      * belong to the hyperplane (which is therefore more a slab)
      * @param vertices vertices of the simple loop boundary
+     * @return the BSP tree of the input vertices
      */
     private static BSPTree<Euclidean2D> verticesToTree(final double hyperplaneThickness,
                                                        final Vector2D ... vertices) {
@@ -402,7 +403,7 @@ public class PolygonsSet extends Abstrac
          * The line supporting the outgoing edge is automatically bound
          * with the instance.
          * </p>
-         * @param incoming outgoing edge
+         * @param outgoing outgoing edge
          */
         public void setOutgoing(final Edge outgoing) {
             this.outgoing = outgoing;