FPBDSpringConstraintsBase::GetUnsafeDelta

Same as `[GetDelta()](API\Runtime\Chaos\Chaos\FPBDSpringConstraintsBase\GetDelta)_, but doesn't check for a zero length vector between the dynamic particle positions prior to normalizing.

Windows
MacOS
Linux

References

Module

Chaos

Header

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

Include

#include "Chaos/PBDSpringConstraintsBase.h"

Syntax

template<class T_PARTICLES>
FVec3 GetUnsafeDelta
(
    const T_PARTICLES & InParticles,
    const int32 i
) const

Remarks

Same as `GetDelta()_, but doesn't check for a zero length vector between the dynamic particle positions prior to normalizing. Use this if you happen to know that the particle positions aren't coincident.

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