summaryrefslogtreecommitdiff
path: root/themes/blowfish/assets/lib/mermaid/dagre-wrapper/intersect/intersect-polygon.d.ts
blob: 3cddb21ceda32219c121b89436ba471bfc1e1b29 (plain)
1
2
3
4
5
6
7
8
9
10
export default intersectPolygon;
/**
 * Returns the point ({x, y}) at which the point argument intersects with the node argument assuming
 * that it has the shape specified by polygon.
 *
 * @param node
 * @param polyPoints
 * @param point
 */
declare function intersectPolygon(node: any, polyPoints: any, point: any): any;