Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Static method: ValueTuple<PointD?, double, PointD?, double> RayWithRectangle(EdgeD, RectangleD)

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.