UNPKG

@thi.ng/geom

Version:

Functional, polymorphic API for 2D geometry types & SVG generation

10 lines (9 loc) 207 B
import { Line } from "./api/line.js"; import { Line3 } from "./api/line3.js"; import { __pclike } from "./internal/pclike.js"; function line3(...args) { return __pclike(Line3, args); } export { line3 };