mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-11-27 16:14:16 +01:00
enable prettier-plugin-jsdoc
This commit is contained in:
@@ -1,7 +1,5 @@
|
||||
/**
|
||||
* Returns the point at which two lines, p and q, intersect or returns
|
||||
* undefined if they do not intersect.
|
||||
*
|
||||
* Returns the point at which two lines, p and q, intersect or returns undefined if they do not intersect.
|
||||
*
|
||||
* @param p1
|
||||
* @param p2
|
||||
|
||||
@@ -5,8 +5,8 @@ import intersectLine from './intersect-line';
|
||||
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.
|
||||
* 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
|
||||
|
||||
Reference in New Issue
Block a user