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.
Remarks
See
Intersect for details about the values returned.