UNPKG

@jscad/modeling

Version:

Constructive Solid Geometry (CSG) Library for JSCAD

7 lines (4 loc) 162 B
import Line2 from './type' import Vec2 from '../vec2/type' export default fromPoints declare function fromPoints(out: Line2, point1: Vec2, point2: Vec2): Line2