Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Static method: PointD intersect(PointD, PointD, PointD, PointD)

Declaration

public static PointD intersect(
    PointD f1,
    PointD t1,
    PointD f2,
    PointD t2
)

Summary

Finds the point of intersection between two lines, specified by two points each.

If the lines coincide or are parallel, returns (NaN,NaN).