Severian's picture
Upload 7464 files
c211499
export { intersectNode };
function intersectNode(node, point) {
return node.intersect(point);
}