Navigation
API > API/Runtime > API/Runtime/GeometryCore > API/Runtime/GeometryCore/TIntrRay3AxisAlignedBox3
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static 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) | Intersection/IntrRay3AxisAlignedBox3.h | |
static bool FindIntersection
(
const TVector< RealType >& Origin, |
Find intersection of ray with AABB and returns ray T-value of intersection point (or TNumericLimits::Max() on miss) | Intersection/IntrRay3AxisAlignedBox3.h |
FindIntersection(const TRay< RealType > &, const TAxisAlignedBox3< RealType > &, RealType &)
Description
Find intersection of ray with AABB and returns ray T-value of intersection point (or TNumericLimits::Max() on miss)
| Name | FindIntersection |
| Type | function |
| Header File | /Engine/Source/Runtime/GeometryCore/Public/Intersection/IntrRay3AxisAlignedBox3.h |
| Include Path | #include "Intersection/IntrRay3AxisAlignedBox3.h" |
static bool FindIntersection
(
const TRay < RealType > & Ray,
const TAxisAlignedBox3 < RealType > & Box,
RealType & RayParamOut
)
true if ray intersects box
Parameters
| Name | Remarks |
|---|---|
| Ray | query ray |
| Box | query box |
| RayParamOut | ray intersect T-value, or TNumericLimits::Max() |
FindIntersection(const TVector< RealType > &, const TVector< RealType > &, const TAxisAlignedBox3< RealType > &, RealType &)
Description
Find intersection of ray with AABB and returns ray T-value of intersection point (or TNumericLimits::Max() on miss)
| Name | FindIntersection |
| Type | function |
| Header File | /Engine/Source/Runtime/GeometryCore/Public/Intersection/IntrRay3AxisAlignedBox3.h |
| Include Path | #include "Intersection/IntrRay3AxisAlignedBox3.h" |
static bool FindIntersection
(
const TVector < RealType > & Origin,
const TVector < RealType > & Direction,
const TAxisAlignedBox3 < RealType > & Box,
RealType & RayParamOut
)
true if ray intersects box
Parameters
| Name | Remarks |
|---|---|
| Origin | query ray origin |
| Direction | query ray direction |
| Box | query box |
| RayParamOut | ray intersect T-value, or TNumericLimits::Max() |