Search
Edge.changeOrigin Method
See Also
 





Changes the origin of the current edge to the specified vertex.

Namespace: MindFusion.Graphs
File: Edge.js

 Syntax

JavaScript  Copy Code

function changeOrigin (vertex)

 Parameters

vertex

Vertex. The new origin of the edge.

 See Also