Search
Graph.getUpwardEmbedding Method
See Also
 






Should be called on a planar graph.

Namespace: MindFusion.Graphs
File: Graph.js

 Syntax

JavaScript  Copy Code

function getUpwardEmbedding ([embedding, [embeddingInfo]])

 Parameters

embedding
Optional.

Map. Receives the embedding lists.

embeddingInfo
Optional.

Map. Optional.

 Return Value

Vertex. The t node in st ordering.

 See Also