Navigation
API > API/Runtime > API/Runtime/GeometryCore > API/Runtime/GeometryCore/Intersection > API/Runtime/GeometryCore/Intersection/TIntrRay3OrientedBox3
References
| Module | GeometryCore |
| Header | /Engine/Source/Runtime/GeometryCore/Public/Intersection/IntrRay3OrientedBox3.h |
| Include | #include "Intersection/IntrRay3OrientedBox3.h" |
static bool FindIntersection
&40;
const TRay< RealType > & Ray,
const TOrientedBox3< RealType > & Box,
RealType & RayParamOut
&41;
Remarks
Find intersection of ray with oriented box Based on GeometricTools Engine implementation: https://www.geometrictools.com/GTE/Mathematics/IntrRay3OrientedBox3.h true if ray intersects box
Parameters
| Name | Description |
|---|---|
| Ray | query ray |
| Box | query box |
| RayParamOut | ray intersect T-value, or TNumericLimits::Max() on miss |