Function: computeLayout()
computeLayout(
vertices,edges,config,vertexConfig?):Map<VertexId,Vector3Tuple>
Defined in: mobjects/graph/layoutAlgorithms.ts:12
Compute vertex positions using the specified layout algorithm
Parameters
vertices
VertexId[]
edges
config
vertexConfig?
Map<VertexId, VertexConfig>
Returns
Map<VertexId, Vector3Tuple>