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.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.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 TypeMethodDescriptionvoid
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.EdgeModifier and TypeMethodDescriptionprivate static void
PolygonsSet.insertEdges
(double hyperplaneThickness, BSPTree<Euclidean2D> node, List<PolygonsSet.Edge> edges) Recursively build a tree by inserting cut sub-hyperplanes.