UNPKG

@jscad/modeling

Version:

Constructive Solid Geometry (CSG) Library for JSCAD

7 lines (4 loc) 179 B
import Poly2 from './type' import Vec2 from '../../maths/vec2/type' export default arePointsInside declare function arePointsInside(points: Array<Vec2>, polygon: Poly2): number