Uses of Class
org.apache.commons.geometry.spherical.oned.RegionBSPTree1S.RegionNode1S
Packages that use RegionBSPTree1S.RegionNode1S
Package
Description
This package provides basic geometry components on the 1-sphere.
-
Uses of RegionBSPTree1S.RegionNode1S in org.apache.commons.geometry.spherical.oned
Subclasses with type arguments of type RegionBSPTree1S.RegionNode1S in org.apache.commons.geometry.spherical.onedModifier and TypeClassDescriptionclassBSP tree representing regions in 1D spherical space.private static final classClass used to project points onto the region boundary.static final classBSP tree node for one dimensional spherical space.Methods in org.apache.commons.geometry.spherical.oned that return RegionBSPTree1S.RegionNode1SModifier and TypeMethodDescriptionprotected 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.RegionNode1SModifier and TypeMethodDescriptionprivate 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.RegionNode1SModifierConstructorDescriptionprivateSimple constructor.