UNPKG

@jscad/modeling

Version:

Constructive Solid Geometry (CSG) Library for JSCAD

7 lines (4 loc) 161 B
import Geom2 from './type' import Vec2 from '../../maths/vec2/type' export default toOutlines declare function toOutlines(geometry: Geom2): Array<Array<Vec2>>