Uses of Class
org.apache.commons.geometry.spherical.oned.RegionBSPTree1S.RegionNode1S
-
Packages that use RegionBSPTree1S.RegionNode1S Package Description org.apache.commons.geometry.spherical.oned This package provides basic geometry components on the 1-sphere. -
-
Uses of RegionBSPTree1S.RegionNode1S in org.apache.commons.geometry.spherical.oned
Methods in org.apache.commons.geometry.spherical.oned that return RegionBSPTree1S.RegionNode1S Modifier and Type Method Description protected RegionBSPTree1S.RegionNode1SRegionBSPTree1S. createNode()Create a new node for this tree.protected RegionBSPTree1S.RegionNode1SRegionBSPTree1S.RegionNode1S. getSelf()Get a reference to the current instance, cast to type N.Methods in org.apache.commons.geometry.spherical.oned with parameters of type RegionBSPTree1S.RegionNode1S Modifier and Type Method Description private RegionBSPTree1S.BoundaryPairRegionBSPTree1S. getNodeBoundaryPair(RegionBSPTree1S.RegionNode1S node)Return the min/max boundary pair for the convex region represented by the given node.Constructor parameters in org.apache.commons.geometry.spherical.oned with type arguments of type RegionBSPTree1S.RegionNode1S Constructor Description RegionNode1S(AbstractBSPTree<Point1S,RegionBSPTree1S.RegionNode1S> tree)Simple constructor.
-