Navigation
API > API/Runtime > API/Runtime/Chaos
Description
Check whether the two edges of two convex shapes contribute to the Minkowski sum. A and B are the face normals for the faces of the edge convex 1 C and D are the negated face normals for the faces of the edge convex 2
| Name | Chaos::IsMinkowskiSumFace |
| Type | function |
| Header File | /Engine/Source/Runtime/Experimental/Chaos/Public/Chaos/SAT.h |
| Include Path | #include "Chaos/SAT.h" |
namespace Chaos
{
bool Chaos::IsMinkowskiSumFace
(
const FVec3 & A,
const FVec3 & B,
const FVec3 & C,
const FVec3 & D
)
}