Navigation
API > API/Runtime > API/Runtime/GeometryCore > API/Runtime/GeometryCore/Intersection > API/Runtime/GeometryCore/Intersection/TIntrRay3AxisAlignedBox3
References
| Module | GeometryCore |
| Header | /Engine/Source/Runtime/GeometryCore/Public/Intersection/IntrRay3AxisAlignedBox3.h |
| Include | #include "Intersection/IntrRay3AxisAlignedBox3.h" |
static bool FindIntersection
&40;
const TRay< RealType > & Ray,
const TAxisAlignedBox3< RealType > & Box,
RealType & RayParamOut
&41;
Remarks
Find intersection of ray with AABB and returns ray T-value of intersection point (or TNumericLimits::Max() on miss) true if ray intersects box
Parameters
| Name | Description |
|---|---|
| Ray | query ray |
| Box | query box |
| RayParamOut | ray intersect T-value, or TNumericLimits::Max() |