Uses of Class
org.apache.commons.math3.geometry.euclidean.twod.PolygonsSet.Edge
-
Packages that use PolygonsSet.Edge Package Description org.apache.commons.math3.geometry.euclidean.twod This package provides basic 2D geometry components. -
-
Uses of PolygonsSet.Edge in org.apache.commons.math3.geometry.euclidean.twod
Fields in org.apache.commons.math3.geometry.euclidean.twod declared as PolygonsSet.Edge Modifier and Type Field Description private PolygonsSet.Edge
PolygonsSet.Vertex. incoming
Incoming edge.private PolygonsSet.Edge
PolygonsSet.Vertex. outgoing
Outgoing edge.Methods in org.apache.commons.math3.geometry.euclidean.twod that return PolygonsSet.Edge Modifier and Type Method Description PolygonsSet.Edge
PolygonsSet.Vertex. getIncoming()
Get incoming edge.PolygonsSet.Edge
PolygonsSet.Vertex. getOutgoing()
Get outgoing edge.Methods in org.apache.commons.math3.geometry.euclidean.twod with parameters of type PolygonsSet.Edge Modifier and Type Method Description void
PolygonsSet.Vertex. setIncoming(PolygonsSet.Edge incoming)
Set incoming edge.void
PolygonsSet.Vertex. setOutgoing(PolygonsSet.Edge outgoing)
Set outgoing edge.Method parameters in org.apache.commons.math3.geometry.euclidean.twod with type arguments of type PolygonsSet.Edge Modifier and Type Method Description private static void
PolygonsSet. insertEdges(double hyperplaneThickness, BSPTree<Euclidean2D> node, java.util.List<PolygonsSet.Edge> edges)
Recursively build a tree by inserting cut sub-hyperplanes.
-