MathRoutinesCalcTwoLinesIntersection Method |
| Name | Description | |
|---|---|---|
| CalcTwoLinesIntersection(PointDouble2D, PointDouble2D, PointDouble2D, PointDouble2D, PointDouble2D) |
Calculates intersection point of two lines. Line 1: goes through A1 and A2
Line 2: goes through B1 and B2
| |
| CalcTwoLinesIntersection(PointFloat, PointFloat, PointFloat, PointFloat, PointFloat) |
Calculates intersection point of two lines. Line 1: goes through A1 and A2
Line 2: goes through B1 and B2
|