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.EdgePolygonsSet.Vertex. incomingIncoming edge.private PolygonsSet.EdgePolygonsSet.Vertex. outgoingOutgoing edge.Methods in org.apache.commons.math3.geometry.euclidean.twod that return PolygonsSet.Edge Modifier and Type Method Description PolygonsSet.EdgePolygonsSet.Vertex. getIncoming()Get incoming edge.PolygonsSet.EdgePolygonsSet.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 voidPolygonsSet.Vertex. setIncoming(PolygonsSet.Edge incoming)Set incoming edge.voidPolygonsSet.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 voidPolygonsSet. insertEdges(double hyperplaneThickness, BSPTree<Euclidean2D> node, java.util.List<PolygonsSet.Edge> edges)Recursively build a tree by inserting cut sub-hyperplanes.
-