You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by er...@apache.org on 2018/01/26 00:03:29 UTC

[3/4] [math] Javadoc.

Javadoc.


Project: http://git-wip-us.apache.org/repos/asf/commons-math/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-math/commit/32c5735c
Tree: http://git-wip-us.apache.org/repos/asf/commons-math/tree/32c5735c
Diff: http://git-wip-us.apache.org/repos/asf/commons-math/diff/32c5735c

Branch: refs/heads/master
Commit: 32c5735c8afbf7e9eb4df30cfcac0d8251dda28e
Parents: dc0465e
Author: Gilles <er...@apache.org>
Authored: Fri Jan 26 01:00:13 2018 +0100
Committer: Gilles <er...@apache.org>
Committed: Fri Jan 26 01:00:13 2018 +0100

----------------------------------------------------------------------
 .../commons/math4/geometry/euclidean/threed/PolyhedronsSet.java  | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-math/blob/32c5735c/src/main/java/org/apache/commons/math4/geometry/euclidean/threed/PolyhedronsSet.java
----------------------------------------------------------------------
diff --git a/src/main/java/org/apache/commons/math4/geometry/euclidean/threed/PolyhedronsSet.java b/src/main/java/org/apache/commons/math4/geometry/euclidean/threed/PolyhedronsSet.java
index d7f846a..ab27283 100644
--- a/src/main/java/org/apache/commons/math4/geometry/euclidean/threed/PolyhedronsSet.java
+++ b/src/main/java/org/apache/commons/math4/geometry/euclidean/threed/PolyhedronsSet.java
@@ -407,7 +407,7 @@ public class PolyhedronsSet extends AbstractRegion<Euclidean3D, Euclidean2D> {
         /** Returns the total computed size (ie, volume) of the polyhedron.
          * This value will be negative if the polyhedron is "inside-out", meaning
          * that it has a finite outside surrounded by an infinite inside.
-         * @return
+         * @return the volume.
          */
         public double getSize() {
             // apply the 1/3 pyramid volume scaling factor
@@ -417,7 +417,7 @@ public class PolyhedronsSet extends AbstractRegion<Euclidean3D, Euclidean2D> {
         /** Returns the computed barycenter. This is the volume-weighted average
          * of contributions from all facets. All coordinates will be NaN if the
          * region is infinite.
-         * @return
+         * @return the barycenter.
          */
         public Cartesian3D getBarycenter() {
             // Since the volume we used when adding together the facet contributions