UNPKG

@jscad/modeling

Version:

Constructive Solid Geometry (CSG) Library for JSCAD

7 lines (4 loc) 149 B
import Poly3 from './type' import Vec3 from '../../maths/vec3/type' export default toPoints declare function toPoints(polygon: Poly3): Array<Vec3>