Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

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

Declaration

public static ValueTuple<PointD?, double, PointD?, double> RayWithCircle(
    EdgeD ray,
    CircleD circle
)

Summary

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

Remarks

See Intersect for details about the values returned.