Fixed javadoc.

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1555173 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Luc Maisonobe 2014-01-03 18:05:04 +00:00
parent bb014c3ebf
commit 3839da6580
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ public class SphericalPolygonsSet extends AbstractRegion<Sphere2D, Sphere1D> {
/** Boundary defined as an array of closed loops start vertices. */
private List<Vertex> loops;
/** Build a polygons set representing the whole real circle.
/** Build a polygons set representing the whole real 2-sphere.
* @param tolerance below which points are consider to be identical
*/
public SphericalPolygonsSet(final double tolerance) {