Navigation
API > API/Runtime > API/Runtime/Core
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| A and B are quaternions. The result is A + (|A.B| >= 0 ? 1 : -1) * B. | |||
VectorAccumulateQuaternionShortestPath(VectorRegister4Float, VectorRegister4Float)
Description
A and B are quaternions. The result is A + (|A.B| >= 0 ? 1 : -1) * B.
| Name | VectorAccumulateQuaternionShortestPath |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Math/UnrealMathVectorCommon.h.inl |
| Include Path | #include "Math/UnrealMathVectorCommon.h.inl" |
VectorRegister4Float VectorAccumulateQuaternionShortestPath
(
VectorRegister4Float A,
VectorRegister4Float B
)
VectorAccumulateQuaternionShortestPath(VectorRegister4Double, VectorRegister4Double)
| Name | VectorAccumulateQuaternionShortestPath |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Math/UnrealMathVectorCommon.h.inl |
| Include Path | #include "Math/UnrealMathVectorCommon.h.inl" |
VectorRegister4Double VectorAccumulateQuaternionShortestPath
(
VectorRegister4Double A,
VectorRegister4Double B
)