Navigation
API > API/Runtime > API/Runtime/GeometryCore > API/Runtime/GeometryCore/Intersection
References
| Module | GeometryCore |
| Header | /Engine/Source/Runtime/GeometryCore/Public/Intersection/IntrRay3AxisAlignedBox3.h |
| Include | #include "Intersection/IntrRay3AxisAlignedBox3.h" |
Syntax
template<typename RealType>
class TIntrRay3AxisAlignedBox3
Remarks
Compute intersection between 3D ray and 3D axis-aligned box
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | Clip
(
RealType denom, |
||
| bool | DoClipping
(
RealType& t0, |
||
| bool | FindIntersection
(
const TRay< RealType >& Ray, |
Find intersection of ray with AABB and returns ray T-value of intersection point (or TNumericLimits::Max() on miss) | |
| bool | TestIntersection
(
const TRay< RealType >& Ray, |
Test if ray intersects box |