Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Math > API/Runtime/Core/Math/FTwoVectors
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Math/TwoVectors.h |
| Include | #include "Math/TwoVectors.h" |
bool Equals
&40;
const FTwoVectors & V,
float Tolerance
&41; const
Remarks
Error-tolerant comparison. true if two pairs are equal within specified tolerance, false otherwise..
Parameters
| Name | Description |
|---|---|
| V | The other pair. |
| Tolerance | Error Tolerance. |