Javadoc.
This commit is contained in:
parent
dc0465e864
commit
32c5735c8a
|
@ -407,7 +407,7 @@ public class PolyhedronsSet extends AbstractRegion<Euclidean3D, Euclidean2D> {
|
||||||
/** Returns the total computed size (ie, volume) of the polyhedron.
|
/** Returns the total computed size (ie, volume) of the polyhedron.
|
||||||
* This value will be negative if the polyhedron is "inside-out", meaning
|
* This value will be negative if the polyhedron is "inside-out", meaning
|
||||||
* that it has a finite outside surrounded by an infinite inside.
|
* that it has a finite outside surrounded by an infinite inside.
|
||||||
* @return
|
* @return the volume.
|
||||||
*/
|
*/
|
||||||
public double getSize() {
|
public double getSize() {
|
||||||
// apply the 1/3 pyramid volume scaling factor
|
// 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
|
/** Returns the computed barycenter. This is the volume-weighted average
|
||||||
* of contributions from all facets. All coordinates will be NaN if the
|
* of contributions from all facets. All coordinates will be NaN if the
|
||||||
* region is infinite.
|
* region is infinite.
|
||||||
* @return
|
* @return the barycenter.
|
||||||
*/
|
*/
|
||||||
public Cartesian3D getBarycenter() {
|
public Cartesian3D getBarycenter() {
|
||||||
// Since the volume we used when adding together the facet contributions
|
// Since the volume we used when adding together the facet contributions
|
||||||
|
|
Loading…
Reference in New Issue