UNPKG

@avdl/martinez

Version:

TypeScript library for polygon boolean operations

8 lines 157 B
/** * Represents a 2D point with x and y coordinates */ export interface Point { x: number; y: number; } //# sourceMappingURL=Point.d.ts.map