Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Static method: ValueTuple<PointD?, double, PointD?, double> LineWithCircle(EdgeD, CircleD)

Declaration

public static ValueTuple<PointD?, double, PointD?, double> LineWithCircle(
    EdgeD line,
    CircleD circle
)

Summary

Finds the points of intersection between a line and a circle.

Remarks

See Intersect for details about the values returned.