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" |
TQuat< T > GetNormalized
&40;
T Tolerance
&41; const
Remarks
Get a normalized copy of this quaternion. If it is too small, returns an identity quaternion.
Parameters
| Name | Description |
|---|---|
| Tolerance | Minimum squared length of quaternion for normalization. |