Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Static method: void RayWithRectangle(ref EdgeD, ref RectangleD, out double, out double)

Declaration

public static void RayWithRectangle(
    ref EdgeD ray,
    ref RectangleD rect,
    out double lambda1,
    out double lambda2
)

Summary

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

Remarks

See Intersect for details about the values returned.