Returns true if two lines cross.
public static Boolean CrossingLines(Double x1,
Double y1,
Double x2,
Double y2,
Double x3,
Double y3,
Double x4,
Double y4,
Double& x,
Double& y)

Remarks


Returns true if two lines cross.

First line is defined by coordinates X1Y1 to X2Y2
Second line is defined by X3Y3 to X4Y4

If lines do cross, the XY reference parameters are returned with crossing location.

See Also

Graphics3D Class | Graphics3D Members | Steema.TeeChart.Drawing Namespace