calc.intersection | R Documentation |
Given the start and end coordinates of two straight lines, we calculate the intersection point of them.
calc.intersection(x1, x2, y11, y12, y21, y22)
x1 , x2 |
Float values. |
y11 , y12 |
Float values, corresponding to the first line. |
y21 , y22 |
Float values, corresponding to the second line. |
Having intersection point has been checked before.
A list, including the coordinates of the intersection point.
[has.intersect()]
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.