Uses of Interface
org.apache.commons.math3.geometry.partitioning.BSPTreeVisitor
-
Packages that use BSPTreeVisitor Package Description org.apache.commons.math3.geometry.euclidean.threed This package provides basic 3D geometry components.org.apache.commons.math3.geometry.euclidean.twod This package provides basic 2D geometry components.org.apache.commons.math3.geometry.partitioning This package provides classes to implement Binary Space Partition trees.org.apache.commons.math3.geometry.spherical.twod This package provides basic geometry components on the 2-sphere. -
-
Uses of BSPTreeVisitor in org.apache.commons.math3.geometry.euclidean.threed
Classes in org.apache.commons.math3.geometry.euclidean.threed that implement BSPTreeVisitor Modifier and Type Class Description private classOutlineExtractor.BoundaryProjectorVisitor projecting the boundary facets on a plane.private classPolyhedronsSet.FacetsContributionVisitorVisitor computing geometrical properties. -
Uses of BSPTreeVisitor in org.apache.commons.math3.geometry.euclidean.twod
Classes in org.apache.commons.math3.geometry.euclidean.twod that implement BSPTreeVisitor Modifier and Type Class Description private static classPolygonsSet.SegmentsBuilderVisitor building segments. -
Uses of BSPTreeVisitor in org.apache.commons.math3.geometry.partitioning
Classes in org.apache.commons.math3.geometry.partitioning that implement BSPTreeVisitor Modifier and Type Class Description (package private) classBoundaryBuilder<S extends Space>Visitor building boundary shell tree.(package private) classBoundaryProjector<S extends Space,T extends Space>Local tree visitor to compute projection on boundary.(package private) classBoundarySizeVisitor<S extends Space>Visitor computing the boundary size.private classRegionFactory.NodesCleanerVisitor removing internal nodes attributes.Methods in org.apache.commons.math3.geometry.partitioning with parameters of type BSPTreeVisitor Modifier and Type Method Description voidBSPTree. visit(BSPTreeVisitor<S> visitor)Visit the BSP tree nodes. -
Uses of BSPTreeVisitor in org.apache.commons.math3.geometry.spherical.twod
Classes in org.apache.commons.math3.geometry.spherical.twod that implement BSPTreeVisitor Modifier and Type Class Description (package private) classEdgesBuilderVisitor building edges.(package private) classPropertiesComputerVisitor computing geometrical properties.
-