Chaos::GJKDistanceInitialV

Overloads for geometry types which don't have centroids.

Windows
MacOS
Linux

References

Module

Chaos

Header

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

Include

#include "Chaos/GJK.h"

Syntax

namespace Chaos
{
    template<typename T, typename TGeometryB>
    TVector< T, 3 > Chaos::GJKDistanceInitialV
    (
        const FImplicitObject & A,
        const TGeometryB & B,
        const TRigidTransform< T, 3 > & BToATM
    )
}

Remarks

Overloads for geometry types which don't have centroids.

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