Chaos::GJKDistanceInitialV

Used by GJKDistance. Specialization for sphere-sphere gives correct result immediately.

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>
    TVector< T, 3 > Chaos::GJKDistanceInitialV
    (
        const TSphere< T, 3 > & A,
        const TSphere< T, 3 > & B,
        const TRigidTransform< T, 3 > & BToATM
    )
}

Remarks

Used by GJKDistance. Specialization for sphere-sphere gives correct result immediately.

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