UNPKG

@jscad/modeling

Version:

Constructive Solid Geometry (CSG) Library for JSCAD

7 lines (4 loc) 170 B
import Plane from './type' import Vec3 from '../vec3/type' export default signedDistanceToPoint declare function signedDistanceToPoint(plane: Plane, vec: Vec3): number