Class Vertex
java.lang.Object
org.hipparchus.geometry.spherical.twod.Vertex
Spherical polygons boundary vertex.
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionGet incoming edge.Get Vertex location.Get outgoing edge.
-
Method Details
-
getLocation
Get Vertex location.- Returns:
- vertex location
-
getIncoming
Get incoming edge.- Returns:
- incoming edge
-
getOutgoing
Get outgoing edge.- Returns:
- outgoing edge
-