Navigation
API > API/Runtime > API/Runtime/GeometryCore > API/Runtime/GeometryCore/Intersection
References
| Module | GeometryCore |
| Header | /Engine/Source/Runtime/GeometryCore/Public/Intersection/IntrRay3OrientedBox3.h |
| Include | #include "Intersection/IntrRay3OrientedBox3.h" |
Syntax
template<typename RealType>
class TIntrRay3OrientedBox3
Remarks
Compute intersection between 3D ray and 3D oriented box
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | FindIntersection
(
const TRay< RealType >& Ray, |
Find intersection of ray with oriented box |