Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Static method: PointD LineWithLine(EdgeD, EdgeD)

Declaration

public static PointD LineWithLine(
    EdgeD line1,
    EdgeD line2
)

Summary

Finds the point of intersection of two lines. If the lines don't intersect, the resulting point coordinates are NaN.