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