Shumoku Docs

Search documentation

Shared docs and current release

Loading search…

日本語

@shumoku/core · 0.4.0 · function

buildHaHullPath

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

Parameters

Parameter Type Description Default
input HaHullInput No additional description.
opts HaHullOptions No additional description.

Returns

HaHullResult

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