Click or drag to resize

MathRoutinesLineIntersection Method

LightningChart .NET Help
Overload List
  NameDescription
Public methodStatic memberLineIntersection(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/
Public methodStatic memberLineIntersection(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/
Top
See Also