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
Subclasses with type arguments of type RegionBSPTree2S.RegionNode2S in org.apache.commons.geometry.spherical.twodModifier and TypeClassDescriptionclassBSP tree representing regions in 2D spherical space.private static final classClass used to project points onto the region boundary.static final classBSP tree node for two dimensional spherical space.Methods in org.apache.commons.geometry.spherical.twod that return RegionBSPTree2S.RegionNode2SModifier and TypeMethodDescriptionprotected RegionBSPTree2S.RegionNode2SRegionBSPTree2S.createNode()Create a new node for this tree.protected RegionBSPTree2S.RegionNode2SRegionBSPTree2S.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 voidRegionBSPTree2S.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.RegionNode2SModifierConstructorDescriptionprivateSimple constructor.