Uses of Class
org.apache.commons.geometry.euclidean.twod.RegionBSPTree2D.RegionNode2D
Packages that use RegionBSPTree2D.RegionNode2D
Package
Description
This package provides basic 2D geometry components.
-
Uses of RegionBSPTree2D.RegionNode2D in org.apache.commons.geometry.euclidean.twod
Subclasses with type arguments of type RegionBSPTree2D.RegionNode2D in org.apache.commons.geometry.euclidean.twodModifier and TypeClassDescriptionfinal classBinary space partitioning (BSP) tree representing a region in two dimensional Euclidean space.static final classClass used to build regions in Euclidean 2D space by inserting boundaries into a BSP tree containing "partitions", i.e. structural cuts where both sides of the cut have the same region location.static final classBSP tree node for two dimensional Euclidean space.Methods in org.apache.commons.geometry.euclidean.twod that return RegionBSPTree2D.RegionNode2DModifier and TypeMethodDescriptionprotected RegionBSPTree2D.RegionNode2DRegionBSPTree2D.createNode()Create a new node for this tree.protected RegionBSPTree2D.RegionNode2DRegionBSPTree2D.RegionNode2D.getSelf()Get a reference to the current instance, cast to type N.