Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Math > API/Runtime/Core/Math/TRotator
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Math/Rotator.h |
| Include | #include "Math/Rotator.h" |
bool IsNearlyZero
(
T Tolerance
) const
Remarks
Checks whether rotator is nearly zero within specified tolerance, when treated as an orientation. This means that TRotator(0, 0, 360) is "zero", because it is the same final orientation as the zero rotator. true if rotator is nearly zero, within specified tolerance, otherwise false.
Parameters
| Name | Description |
|---|---|
| Tolerance | Error Tolerance. |