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 Edge
Vertex.incoming
Incoming edge.private Edge
Vertex.outgoing
Outgoing edge.Fields in org.apache.commons.math3.geometry.spherical.twod with type parameters of type EdgeModifier and TypeFieldDescriptionEdgesBuilder.edgeToNode
Built edges and their associated nodes.EdgesBuilder.nodeToEdgesList
Reversed map.Methods in org.apache.commons.math3.geometry.spherical.twod that return EdgeModifier and TypeMethodDescriptionprivate Edge
EdgesBuilder.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 Edge
EdgesBuilder.getFollowingEdge
(Edge previous) Get the edge that should naturally follow another one.(package private) void
Vertex.setIncoming
(Edge incoming) Set incoming edge.(package private) void
Edge.setNextEdge
(Edge next) Connect the instance with a following edge.(package private) void
Vertex.setOutgoing
(Edge outgoing) Set outgoing edge.Method parameters in org.apache.commons.math3.geometry.spherical.twod with type arguments of type EdgeModifier and TypeMethodDescriptionprivate Vertex
Edge.addSubEdge
(Vertex subStart, Vertex subEnd, double subLength, List<Edge> list, Circle splitCircle) Add a sub-edge to a list if long enough.private static void
SphericalPolygonsSet.insertEdges
(double hyperplaneThickness, BSPTree<Sphere2D> node, List<Edge> edges) Recursively build a tree by inserting cut sub-hyperplanes.(package private) void
Split the edge.