MathRoutinesLineIntersection Method |
| Name | Description | |
|---|---|---|
| LineIntersection(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.
Algorithm copied from http://local.wasp.uwa.edu.au/~pbourke/geometry/lineline2d/
| |
| LineIntersection(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.
Algorithm copied from http://local.wasp.uwa.edu.au/~pbourke/geometry/lineline2d/
|