Finds the point where 2 lines intersect, given each line as 2 pairs of points on the line
Both arguments must have columns x, y, with two rows, one row per point.
1 | line.intersection.pts(pts1, pts2)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.