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:
parent
145cc675d3
commit
b1e3f391b5
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue