Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Static method: void LineWithLine(ref EdgeD, ref EdgeD, out double, out double)

Declaration

public static void LineWithLine(
    ref EdgeD line1,
    ref EdgeD line2,
    out double line1Lambda,
    out double line2Lambda
)

Summary

Finds the point of intersection between two lines.

Remarks

See Intersect for details.