Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Math > API/Runtime/Core/Math/TQuat
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Math/Quat.h |
| Include | #include "Math/Quat.h" |
| Source | /Engine/Source/Runtime/Core/Private/Math/UnrealMath.cpp |
static void CalcTangents
&40;
const TQuat< T > & PrevP,
const TQuat< T > & P,
const TQuat< T > & NextP,
T Tension,
TQuat< T > & OutTan
&41;
Remarks
Calculate tangents between given points
Parameters
| Name | Description |
|---|---|
| PrevP | quaternion at P-1 |
| P | quaternion to return the tangent |
| NextP | quaternion P+1 |
| Tension |