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 class
Visitor projecting the boundary facets on a plane.private class
Visitor 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 class
Visitor 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) class
BoundaryBuilder<S extends Space>
Visitor building boundary shell tree.(package private) class
BoundaryProjector<S extends Space,
T extends Space> Local tree visitor to compute projection on boundary.(package private) class
BoundarySizeVisitor<S extends Space>
Visitor computing the boundary size.private class
Visitor removing internal nodes attributes.Methods in org.apache.commons.math3.geometry.partitioning with parameters of type BSPTreeVisitorModifier and TypeMethodDescriptionvoid
BSPTree.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) class
Visitor building edges.(package private) class
Visitor computing geometrical properties.