Uses of Class
org.apache.commons.geometry.spherical.twod.RegionBSPTree2S.RegionNode2S
Packages that use RegionBSPTree2S.RegionNode2S
Package
Description
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.RegionNode2SModifier and TypeMethodDescriptionprotected 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.RegionNode2SModifier and TypeMethodDescriptionprivate void
RegionBSPTree2S.toConvexRecursive
(RegionBSPTree2S.RegionNode2S node, ConvexArea2S nodeArea, 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.RegionNode2SModifierConstructorDescriptionprivate
Simple constructor.