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:
parent
bb014c3ebf
commit
3839da6580
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue