Uses of Class
org.apache.commons.math3.geometry.euclidean.twod.PolygonsSet.Edge
Packages that use PolygonsSet.Edge
Package
Description
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.EdgeModifier and TypeFieldDescriptionprivate PolygonsSet.EdgePolygonsSet.Vertex.incomingIncoming edge.private PolygonsSet.EdgePolygonsSet.Vertex.outgoingOutgoing edge.Methods in org.apache.commons.math3.geometry.euclidean.twod that return PolygonsSet.EdgeModifier and TypeMethodDescriptionPolygonsSet.Vertex.getIncoming()Get incoming edge.PolygonsSet.Vertex.getOutgoing()Get outgoing edge.Methods in org.apache.commons.math3.geometry.euclidean.twod with parameters of type PolygonsSet.EdgeModifier and TypeMethodDescriptionvoidPolygonsSet.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.EdgeModifier and TypeMethodDescriptionprivate static voidPolygonsSet.insertEdges(double hyperplaneThickness, BSPTree<Euclidean2D> node, List<PolygonsSet.Edge> edges) Recursively build a tree by inserting cut sub-hyperplanes.