Declaration
public static ValueTuple<PointD?, double, PointD?, double> RayWithRectangle(
EdgeD ray,
RectangleD rectangle
)
Summary
Finds the points of intersection between a ray and a rectangle.
Remarks
See
Intersect for details about the values returned.