Fixed coordinate variable names in the 'Calculating the intersection' example

This commit is contained in:
John Wellbelove 2026-06-05 07:43:23 +01:00
parent 0704961e8c
commit b93dc30acc

View File

@ -62,7 +62,7 @@ If `determinant` is zero, then the lines are parallel.
The intersection point is calculated like this:
Given two lines described by the points `(x1, y1)`, `(x2, y2)`, and `(x3, y3)`, `(x3, y3)`.
Given two lines described by the points `(x1, y1)`, `(x2, y2)`, and `(x3, y3)`, `(x4, y4)`.
![LineCross1](images/LineCross1.png)