UNPKG

@jscad/modeling

Version:

Constructive Solid Geometry (CSG) Library for JSCAD

7 lines (4 loc) 151 B
import Line2 from './type' import Vec2 from '../vec2/type' export default closestPoint declare function closestPoint(line: Line2, point: Vec2): Vec2