UNPKG

@jscad/modeling

Version:

Constructive Solid Geometry (CSG) Library for JSCAD

7 lines (4 loc) 155 B
import Vec2 from '../maths/vec2/type' import Path2 from '../geometries/path2/type' export default line declare function line(points: Array<Vec2>): Path2