Chaos::IsMinkowskiSumFace

Check whether the two edges of two convex shapes contribute to the Minkowski sum.

Windows
MacOS
Linux

References

Module

Chaos

Header

/Engine/Source/Runtime/Experimental/Chaos/Public/Chaos/SAT.h

Include

#include "Chaos/SAT.h"

Syntax

namespace Chaos
{
    bool Chaos::IsMinkowskiSumFace
    (
        const FVec3 & A,
        const FVec3 & B,
        const FVec3 & C,
        const FVec3 & D
    )
}

Remarks

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 face normals for the faces of the edge convex 2

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss