UNPKG

@bitblit/ratchet-common

Version:

Common tools for general use

5 lines (4 loc) 93 B
import { Point2d } from './point-2d.js'; export interface PolyLine2d { pts: Point2d[]; }