UNPKG

@jscad/modeling

Version:

Constructive Solid Geometry (CSG) Library for JSCAD

8 lines (4 loc) 159 B
import Plane from '../../../maths/plane/type' import Slice from './type' export default calculatePlane declare function calculatePlane(slice: Slice): Plane