Uses of Interface
org.apache.commons.math3.geometry.partitioning.BSPTreeVisitor
Packages that use BSPTreeVisitor
Package
Description
This package provides basic 3D geometry components.
This package provides basic 2D geometry components.
This package provides classes to implement Binary Space Partition trees.
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 BSPTreeVisitorModifier and TypeClassDescriptionprivate classVisitor projecting the boundary facets on a plane.private classVisitor 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 BSPTreeVisitorModifier and TypeClassDescriptionprivate static classVisitor building segments. -
Uses of BSPTreeVisitor in org.apache.commons.math3.geometry.partitioning
Classes in org.apache.commons.math3.geometry.partitioning that implement BSPTreeVisitorModifier and TypeClassDescription(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 classVisitor removing internal nodes attributes.Methods in org.apache.commons.math3.geometry.partitioning with parameters of type BSPTreeVisitorModifier and TypeMethodDescriptionvoidBSPTree.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 BSPTreeVisitorModifier and TypeClassDescription(package private) classVisitor building edges.(package private) classVisitor computing geometrical properties.