Uses of Class
org.apache.commons.math3.geometry.spherical.twod.Edge
-
Packages that use Edge Package Description org.apache.commons.math3.geometry.spherical.twod This package provides basic geometry components on the 2-sphere. -
-
Uses of Edge in org.apache.commons.math3.geometry.spherical.twod
Fields in org.apache.commons.math3.geometry.spherical.twod declared as Edge Modifier and Type Field Description private EdgeVertex. incomingIncoming edge.private EdgeVertex. outgoingOutgoing edge.Fields in org.apache.commons.math3.geometry.spherical.twod with type parameters of type Edge Modifier and Type Field Description private java.util.Map<Edge,BSPTree<Sphere2D>>EdgesBuilder. edgeToNodeBuilt edges and their associated nodes.private java.util.Map<BSPTree<Sphere2D>,java.util.List<Edge>>EdgesBuilder. nodeToEdgesListReversed map.Methods in org.apache.commons.math3.geometry.spherical.twod that return Edge Modifier and Type Method Description private EdgeEdgesBuilder. getFollowingEdge(Edge previous)Get the edge that should naturally follow another one.EdgeVertex. getIncoming()Get incoming edge.EdgeVertex. getOutgoing()Get outgoing edge.Methods in org.apache.commons.math3.geometry.spherical.twod that return types with arguments of type Edge Modifier and Type Method Description java.util.List<Edge>EdgesBuilder. getEdges()Get the boundary edges.Methods in org.apache.commons.math3.geometry.spherical.twod with parameters of type Edge Modifier and Type Method Description private EdgeEdgesBuilder. getFollowingEdge(Edge previous)Get the edge that should naturally follow another one.(package private) voidVertex. setIncoming(Edge incoming)Set incoming edge.(package private) voidEdge. setNextEdge(Edge next)Connect the instance with a following edge.(package private) voidVertex. setOutgoing(Edge outgoing)Set outgoing edge.Method parameters in org.apache.commons.math3.geometry.spherical.twod with type arguments of type Edge Modifier and Type Method Description private VertexEdge. addSubEdge(Vertex subStart, Vertex subEnd, double subLength, java.util.List<Edge> list, Circle splitCircle)Add a sub-edge to a list if long enough.private static voidSphericalPolygonsSet. insertEdges(double hyperplaneThickness, BSPTree<Sphere2D> node, java.util.List<Edge> edges)Recursively build a tree by inserting cut sub-hyperplanes.(package private) voidEdge. split(Circle splitCircle, java.util.List<Edge> outsideList, java.util.List<Edge> insideList)Split the edge.
-