Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Math > API/Runtime/Core/Math/TVector
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Math/Vector.h |
| Include | #include "Math/Vector.h" |
bool IsNearlyZero
(
T Tolerance
) const
Remarks
Checks whether vector is near to zero within a specified tolerance. true if the vector is near to zero, false otherwise.
Parameters
| Name | Description |
|---|---|
| Tolerance | Error tolerance. |