Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Static method: void RayWithSegment(ref EdgeD, ref EdgeD, out double, out double)

Declaration

public static void RayWithSegment(
    ref EdgeD ray,
    ref EdgeD segment,
    out double rayL,
    out double segmentL
)

Summary

Finds the point of intersection of a ray with a segment.

Remarks

See Intersect for details about the values returned.