UNPKG

@jscad/modeling

Version:

Constructive Solid Geometry (CSG) Library for JSCAD

7 lines (4 loc) 156 B
import Line3 from './type' import Plane from '../plane/type' export default fromPlanes declare function fromPlanes(out: Line3, a: Plane, b: Plane): Line3