+4
@@ -0,0 +1,4 @@
|
||||
export type Point = [number, number];
|
||||
export type Line = [Point, Point];
|
||||
export type Polygon = Point[];
|
||||
export declare function hachureLines(polygons: Polygon | Polygon[], hachureGap: number, hachureAngle: number, hachureStepOffset?: number): Line[];
|
||||
Reference in New Issue
Block a user