mirror of
https://github.com/ETLCPP/etl.git
synced 2026-06-15 08:26:04 +08:00
Fixed coordinate variable names in the 'Calculating the intersection' example
This commit is contained in:
parent
0704961e8c
commit
b93dc30acc
@ -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)`.
|
||||
|
||||

|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user