Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Static method: void LineWithCircle(ref EdgeD, ref CircleD, out double, out double)

Declaration

public static void LineWithCircle(
    ref EdgeD line,
    ref CircleD circle,
    out double lambda1,
    out double lambda2
)

Summary

Finds the points of intersection between a line and a circle. The results are two lambdas along the line, one for each point, or NaN if there is no intersection.