git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1343694 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Luc Maisonobe 2012-05-29 12:21:27 +00:00
parent ab58ea0f84
commit 24c940f0b5

View File

@ -246,8 +246,8 @@ public class OutlineExtractor {
}
}
/** Get the projecion of the polyhedrons set on the plane.
* @return projecion of the polyhedrons set on the plane
/** Get the projection of the polyhedrons set on the plane.
* @return projection of the polyhedrons set on the plane
*/
public PolygonsSet getProjected() {
return projected;