UNPKG

@jscad/modeling

Version:

Constructive Solid Geometry (CSG) Library for JSCAD

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