add hw2
This commit is contained in:
6
node_modules/mermaid/dist/rendering-util/rendering-elements/intersect/intersect-polygon.d.ts
generated
vendored
Normal file
6
node_modules/mermaid/dist/rendering-util/rendering-elements/intersect/intersect-polygon.d.ts
generated
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
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.
|
||||
*/
|
||||
declare function intersectPolygon(node: any, polyPoints: any, point: any): any;
|
||||
Reference in New Issue
Block a user