Chaos::SATPlaneVertex

Find the nearest Plane-Vertex pair by looking at the Vertices of Convex1 and the Planes of Convex2.

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::SATPlaneVertex
    (
        const ConvexImplicitType1 & Convex1,
        const FRigidTransform3 & Convex1Transform,
        const ConvexImplicitType2 & Convex2,
        const FRigidTransform3 & Convex2Transform,
        const FReal CullDistance
    )
}

Remarks

Find the nearest Plane-Vertex pair by looking at the Vertices of Convex1 and the Planes of Convex2.

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