Shumoku Docs

ドキュメントを検索

共通文書と現行公開版

検索を読み込み中…

English

@shumoku/core · 0.4.0 · function

scoreRoutedEdges

ソース

APIの説明は英語のcanonical sourceを表示しています。

Score actually-routed geometry (no straight-line proxies).

scoreRoutedEdges(edges: Map<string, ResolvedEdge>, nodes: Map<string, Node>, depths?: ReadonlyMap<string, number>): RoutedScore

パラメーター

名前 説明 既定値
edges Map<string, ResolvedEdge> 追加説明はありません。
nodes Map<string, Node> 追加説明はありません。
depths ReadonlyMap<string, number> 追加説明はありません。

戻り値

RoutedScore

libs/@shumoku/core/src/layout/composite/search.ts:704