Chaos::SATPenetration

Separating Axis Test Find the pair of features with the minimum separation distance or the minimum depenetration distance

Windows
MacOS
Linux

References

Module

Chaos

Header

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

Include

#include "Chaos/SAT.h"

Syntax

namespace Chaos
{
    template<typename ConvexImplicitType1, typename ConvexImplicitType2>
    FSATResult Chaos::SATPenetration
    (
        const ConvexImplicitType1 & Convex1,
        const FRigidTransform3 & Convex1Transform,
        const ConvexImplicitType2 & Convex2,
        const FRigidTransform3 & Convex2Transform,
        const FReal CullDistance,
        const FSATSettings & Settings
    )
}

Remarks

Separating Axis Test Find the pair of features with the minimum separation distance or the minimum depenetration distance

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