UNPKG

@jscad/modeling

Version:

Constructive Solid Geometry (CSG) Library for JSCAD

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