Shumoku Docs

ドキュメントを検索

共通文書と現行公開版

検索を読み込み中…

English

@shumoku/core · 0.4.0 · function

buildHaHullPath

ソース

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

Build the glasses hull path for one redundancy group. Falls back to a rounded rect over the union bbox when the chain isn't a clean horizontal row (`fallback: true`), so callers never have to guard — every group gets SOME hull.

buildHaHullPath(input: HaHullInput, opts?: HaHullOptions): HaHullResult

パラメーター

名前 説明 既定値
input HaHullInput 追加説明はありません。
opts HaHullOptions 追加説明はありません。

戻り値

HaHullResult

libs/@shumoku/core/src/layout/ha-hull.ts:113