Uses of Class
org.apache.commons.geometry.spherical.twod.RegionBSPTree2S.RegionNode2S
-
Packages that use RegionBSPTree2S.RegionNode2S Package Description org.apache.commons.geometry.spherical.twod This package provides basic geometry components on the 2-sphere. -
-
Uses of RegionBSPTree2S.RegionNode2S in org.apache.commons.geometry.spherical.twod
Methods in org.apache.commons.geometry.spherical.twod that return RegionBSPTree2S.RegionNode2S Modifier and Type Method Description protected RegionBSPTree2S.RegionNode2S
RegionBSPTree2S. createNode()
Create a new node for this tree.protected RegionBSPTree2S.RegionNode2S
RegionBSPTree2S.RegionNode2S. getSelf()
Get a reference to the current instance, cast to type N.Methods in org.apache.commons.geometry.spherical.twod with parameters of type RegionBSPTree2S.RegionNode2S Modifier and Type Method Description private void
RegionBSPTree2S. toConvexRecursive(RegionBSPTree2S.RegionNode2S node, ConvexArea2S nodeArea, java.util.List<? super ConvexArea2S> result)
Recursive method to compute the convex areas of all inside leaf nodes in the subtree rooted at the given node.Constructor parameters in org.apache.commons.geometry.spherical.twod with type arguments of type RegionBSPTree2S.RegionNode2S Constructor Description RegionNode2S(AbstractBSPTree<Point2S,RegionBSPTree2S.RegionNode2S> tree)
Simple constructor.
-