14 template <
typename GeometryA,
typename GeometryB>
24 const FReal Epsilon = 3.e-3f;
26 if (
GJKPenetration<true>(
A,
B,
BToATM, Penetration,
ClosestA,
ClosestBInA,
Normal,
ClosestVertexIndexA,
ClosestVertexIndexB,
FReal(0),
FReal(0),
InitialDir, Epsilon))
38 template <
typename GeometryA,
typename GeometryB>
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition SharedPointer.h:127
Definition SkeletalMeshComponent.h:307
FContactPoint GJKContactPoint2(const GeometryA &A, const GeometryB &B, const FRigidTransform3 &ATM, const FRigidTransform3 &BToATM, const FVec3 &InitialDir)
Definition GJKContactPoint.h:15
FRealDouble FReal
Definition Real.h:22
FContactPoint GJKContactPoint(const GeometryA &A, const FRigidTransform3 &ATM, const GeometryB &B, const FRigidTransform3 &BTM, const FVec3 &InitialDir)
Definition GJKContactPoint.h:39