UNPKG

@jscad/modeling

Version:

Constructive Solid Geometry (CSG) Library for JSCAD

7 lines (4 loc) 171 B
import Geom3 from './type' import Vec3 from '../../maths/vec3/type' export default fromPointsConvex declare function fromPointsConvex(points: Array<Array<Vec3>>): Geom3