Model - Hatch
API reference for src/schema/domains/hatch on @huukhanhnguyen/model, reachable from ./compute.
See the Guide for the ModelJSON / evaluate pipeline.
API reference
Signatures are generated from the live package .d.ts - not hand-written.
HatchOptions
type
type HatchOptions
// = {
basis?: [[number, number], [number, number]];
origin?: [number, number];
angle?: number;
scale?: number;
/** When true (default for authoring), bbox-normalize cell to [0,1]². */
normalize?: boolean;
}