#include "Grippables/GrippablePhysicsReplication.h"
#include "UObject/ObjectMacros.h"
#include "UObject/Interface.h"
#include "DrawDebugHelpers.h"
Go to the source code of this file.
|
void | ComputeDeltasVR (const FVector &CurrentPos, const FQuat &CurrentQuat, const FVector &TargetPos, const FQuat &TargetQuat, FVector &OutLinDiff, float &OutLinDiffSize, FVector &OutAngDiffAxis, float &OutAngDiff, float &OutAngDiffSize) |
|
◆ ComputeDeltasVR()
void ComputeDeltasVR |
( |
const FVector & | CurrentPos, |
|
|
const FQuat & | CurrentQuat, |
|
|
const FVector & | TargetPos, |
|
|
const FQuat & | TargetQuat, |
|
|
FVector & | OutLinDiff, |
|
|
float & | OutLinDiffSize, |
|
|
FVector & | OutAngDiffAxis, |
|
|
float & | OutAngDiff, |
|
|
float & | OutAngDiffSize ) |