Click or drag to resize

MathRoutinesCalcTwoLinesIntersection Method

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