UNPKG

@bitblit/ratchet-common

Version:

Common tools for general use

6 lines (5 loc) 103 B
import { Point2d } from './point-2d.js'; export interface Line2d { p1: Point2d; p2: Point2d; }