Uses of Class
org.apache.commons.math3.geometry.spherical.twod.Edge
Packages that use Edge
Package
Description
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 EdgeModifier and TypeFieldDescriptionprivate EdgeVertex.incomingIncoming edge.private EdgeVertex.outgoingOutgoing edge.Fields in org.apache.commons.math3.geometry.spherical.twod with type parameters of type EdgeModifier and TypeFieldDescriptionEdgesBuilder.edgeToNodeBuilt edges and their associated nodes.EdgesBuilder.nodeToEdgesListReversed map.Methods in org.apache.commons.math3.geometry.spherical.twod that return EdgeModifier and TypeMethodDescriptionprivate EdgeEdgesBuilder.getFollowingEdge(Edge previous) Get the edge that should naturally follow another one.Vertex.getIncoming()Get incoming edge.Vertex.getOutgoing()Get outgoing edge.Methods in org.apache.commons.math3.geometry.spherical.twod that return types with arguments of type EdgeMethods in org.apache.commons.math3.geometry.spherical.twod with parameters of type EdgeModifier and TypeMethodDescriptionprivate 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 EdgeModifier and TypeMethodDescriptionprivate VertexEdge.addSubEdge(Vertex subStart, Vertex subEnd, double subLength, List<Edge> list, Circle splitCircle) Add a sub-edge to a list if long enough.private static voidSphericalPolygonsSet.insertEdges(double hyperplaneThickness, BSPTree<Sphere2D> node, List<Edge> edges) Recursively build a tree by inserting cut sub-hyperplanes.(package private) voidSplit the edge.