Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/TQuat
Description
Normalize this quaternion if it is large enough. If it is too small, returns an identity quaternion.
| Name | Normalize |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Math/Quat.h |
| Include Path | #include "Math/Quat.h" |
void Normalize
(
T Tolerance
)
Parameters
| Name | Remarks |
|---|---|
| Tolerance | Minimum squared length of quaternion for normalization. |