Navigation
API > API/Runtime > API/Runtime/Chaos
Description
Find the contact point between a convex and a triangle using SAT. NOTE: Does not fill in the features of OutContactPoint (see GetConvexFeature())
| Name | Chaos::Private::SATConvexTriangle |
| Type | function |
| Header File | /Engine/Source/Runtime/Experimental/Chaos/Public/Chaos/Collision/SATConvexTriangle.h |
| Include Path | #include "Chaos/Collision/SATConvexTriangle.h" |
namespace Chaos
{
namespace Private
{
template<typename ConvexType>
bool Chaos::Private::SATConvexTriangle
(
const ConvexType & Convex,
const FTriangle & Triangle,
const FVec3 & TriangleNormal,
const FReal CullDistanceSq,
Private::FConvexContactPoint & OutContactPoint
)
}
}