UNPKG

@jscad/modeling

Version:

Constructive Solid Geometry (CSG) Library for JSCAD

8 lines (5 loc) 116 B
import Vec3 from '../../../maths/vec3/type' interface Slice { edges: Array<[Vec3, Vec3]> } export default Slice