Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Static method: bool RayWithBoundingBox(ref EdgeD, ref BoundingBoxD)

Declaration

public static bool RayWithBoundingBox(
    ref EdgeD ray,
    ref BoundingBoxD box
)

Summary

Checks for intersections between a ray and a bounding box. Returns true if there is at least one intersection.