Returns the vertex connected by this edge that is not the specified vertex.
Namespace: MindFusion.Graphs
Package: Edge.js
JavaScript Copy Code |
---|
function getOtherEnd (vertex) |
One of the vertices connected by this edge.
Type: Vertex
The other vertex connected by this edge.