set atop, (a, b) => b
- 🔥 advanced
- 🗂️ compute
Applies binary math to two drafts. To do so, it looks at each interlacement in input drafts a and b. If a is marked warp raised and b marked warp lowered, or vice versa, it sets the corresponding interlacement in the output draft to warp raised.

Parameters
shift ends: shifts the position of the ends in draft b relative to ashift pics: shifts the position of the pics in draft b relative to a
Application
No established application, but a fun way to see how to apply binary math to the production of drafts.
Developer
adacad id: atop
packages/adacad-drafting-lib/src/operations/atop/atop.ts
loading...