Files
infocom-systems-design/node_modules/roughjs/bin/fillers/scan-line-hachure.d.ts
2025-10-03 22:27:28 +03:00

4 lines
183 B
TypeScript

import { Point, Line } from '../geometry';
import { ResolvedOptions } from '../core';
export declare function polygonHachureLines(polygonList: Point[][], o: ResolvedOptions): Line[];