state sync
This commit is contained in:
10
app/basepak/static/js/mermaid/dagre-wrapper/intersect/intersect-polygon.d.ts
vendored
Normal file
10
app/basepak/static/js/mermaid/dagre-wrapper/intersect/intersect-polygon.d.ts
vendored
Normal file
@@ -0,0 +1,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;
|
||||
Reference in New Issue
Block a user