Javadoc fix.

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1559745 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Luc Maisonobe 2014-01-20 15:34:02 +00:00
parent 145cc675d3
commit b1e3f391b5
1 changed files with 1 additions and 1 deletions

View File

@ -435,7 +435,7 @@ public class ArcsSet extends AbstractRegion<Sphere1D, Sphere1D> implements Itera
/** Get the limit angle of an internal node.
* @param node internal node to check
* @return true if the limit angle is direct
* @return limit angle
*/
private double getAngle(final BSPTree<Sphere1D> node) {
return ((LimitAngle) node.getCut().getHyperplane()).getLocation().getAlpha();