Uses of Class
org.apache.commons.math3.geometry.euclidean.twod.PolygonsSet
-
Packages that use PolygonsSet 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. -
-
Uses of PolygonsSet in org.apache.commons.math3.geometry.euclidean.threed
Fields in org.apache.commons.math3.geometry.euclidean.threed declared as PolygonsSet Modifier and Type Field Description private PolygonsSetOutlineExtractor.BoundaryProjector. projectedProjection of the polyhedrons set on the plane.Methods in org.apache.commons.math3.geometry.euclidean.threed that return PolygonsSet Modifier and Type Method Description PolygonsSetOutlineExtractor.BoundaryProjector. getProjected()Get the projection of the polyhedrons set on the plane. -
Uses of PolygonsSet in org.apache.commons.math3.geometry.euclidean.twod
Methods in org.apache.commons.math3.geometry.euclidean.twod that return PolygonsSet Modifier and Type Method Description PolygonsSetPolygonsSet. buildNew(BSPTree<Euclidean2D> tree)Build a region using the instance as a prototype.PolygonsSetLine. wholeSpace()Build a region covering the whole space.
-