Uses of Class
org.apache.commons.geometry.euclidean.threed.RegionBSPTree3D.RegionNode3D
Packages that use RegionBSPTree3D.RegionNode3D
Package
Description
This package provides basic 3D geometry components.
-
Uses of RegionBSPTree3D.RegionNode3D in org.apache.commons.geometry.euclidean.threed
Subclasses with type arguments of type RegionBSPTree3D.RegionNode3D in org.apache.commons.geometry.euclidean.threedModifier and TypeClassDescriptionfinal classBinary space partitioning (BSP) tree representing a region in three dimensional Euclidean space.static final classClass used to build regions in Euclidean 3D 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 three dimensional Euclidean space.Methods in org.apache.commons.geometry.euclidean.threed that return RegionBSPTree3D.RegionNode3DModifier and TypeMethodDescriptionprotected RegionBSPTree3D.RegionNode3DRegionBSPTree3D.createNode()Create a new node for this tree.protected RegionBSPTree3D.RegionNode3DRegionBSPTree3D.RegionNode3D.getSelf()Get a reference to the current instance, cast to type N.