Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Math > API/Runtime/Core/Math/TVector2
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Math/Vector2D.h |
| Include | #include "Math/Vector2D.h" |
bool Equals
(
const TVector2 < T > & V,
T Tolerance
) const
Remarks
Checks for equality with error-tolerant comparison. true if the vectors are equal within specified tolerance, otherwise false.
Parameters
| Name | Description |
|---|---|
| V | The vector to compare. |
| Tolerance | Error tolerance. |