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
Methods in org.apache.commons.geometry.spherical.oned that return RegionBSPTree1S.RegionNode1SModifier and TypeMethodDescriptionprotected RegionBSPTree1S.RegionNode1S
RegionBSPTree1S.createNode()
Create a new node for this tree.protected RegionBSPTree1S.RegionNode1S
RegionBSPTree1S.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.BoundaryPair
RegionBSPTree1S.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.RegionNode1SModifierConstructorDescriptionprivate
Simple constructor.