Navigation
API > API/Runtime > API/Runtime/GeometryCore > API/Runtime/GeometryCore/TOrientedBox3
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool Intersects
(
const TOrientedBox3& OtherBox, |
OrientedBoxTypes.h | ||
bool Intersects
(
const TAxisAlignedBox3< RealType >& OtherBox, |
OrientedBoxTypes.h |
Intersects(const TOrientedBox3 &, RealType)
| Name | Intersects |
| Type | function |
| Header File | /Engine/Source/Runtime/GeometryCore/Public/OrientedBoxTypes.h |
| Include Path | #include "OrientedBoxTypes.h" |
| Source | /Engine/Source/Runtime/GeometryCore/Private/OrientedBoxTypes.cpp |
bool Intersects
(
const TOrientedBox3 & OtherBox,
RealType ParallelAxesTolerance
) const
Whether the boxes overlap
Parameters
| Name | Remarks |
|---|---|
| OtherBox | An oriented box to test for intersection against this box |
| ParallelAxesTolerance | Tolerance for handling the special case where the box axes are nearly parallel |
Intersects(const TAxisAlignedBox3< RealType > &, RealType)
| Name | Intersects |
| Type | function |
| Header File | /Engine/Source/Runtime/GeometryCore/Public/OrientedBoxTypes.h |
| Include Path | #include "OrientedBoxTypes.h" |
| Source | /Engine/Source/Runtime/GeometryCore/Private/OrientedBoxTypes.cpp |
bool Intersects
(
const TAxisAlignedBox3 < RealType > & OtherBox,
RealType ParallelAxesTolerance
) const
Whether the boxes overlap
Parameters
| Name | Remarks |
|---|---|
| OtherBox | An axis-aligned box to test for intersection against this box |
| ParallelAxesTolerance | Tolerance for handling the special case where the box axes are nearly parallel |