Navigation
Unreal Engine C++ API Reference > Runtime > Engine > FSeparatingAxisPointCheck
References
Module | Engine |
Header | /Engine/Source/Runtime/Engine/Public/Collision.h |
Include | #include "Collision.h" |
Source | /Engine/Source/Runtime/Engine/Private/Collision/Collision.cpp |
bool TestSeparatingAxisGeneric
&40;
const FVector & Axis
&41;
Remarks
Determines whether the bounding box encroaches on the convex polygon along the given axis. True if the bounding box encroaches on the triangle along the given axis.
Parameters
Name | Description |
---|---|
Axis | The separating axis. |