UNPKG

@jscad/modeling

Version:

Constructive Solid Geometry (CSG) Library for JSCAD

7 lines (4 loc) 140 B
import Poly3 from './type' import Plane from '../../maths/plane/type' export default plane declare function plane(polygon: Poly3): Plane;