Search
Edge.getOtherEnd Method
See Also
 






Returns the vertex connected by this edge that is not the specified vertex.

Namespace: MindFusion.Graphs
File: Edge.js

 Syntax

JavaScript  Copy Code

function getOtherEnd (vertex)

 Parameters

vertex

Vertex. One of the vertices connected by this edge.

 Return Value

Vertex. The other vertex connected by this edge.

 See Also