UNPKG

@jscad/modeling

Version:

Constructive Solid Geometry (CSG) Library for JSCAD

7 lines (4 loc) 153 B
import Mat4 from './type' import Plane from '../plane/type' export default mirrorByPlane declare function mirrorByPlane(out: Mat4, plane: Plane): Mat4