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 Equals
(
const TVector < T > & V,
T Tolerance
) const
Remarks
Check against another vector for equality, within specified error limits. true if the vectors are equal within tolerance limits, false otherwise.
Parameters
| Name | Description |
|---|---|
| V | The vector to check against. |
| Tolerance | Error tolerance. |