Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Math > API/Runtime/Core/Math/TQuat
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Math/Quat.h |
| Include | #include "Math/Quat.h" |
bool Equals
&40;
const TQuat< T > & Q,
T Tolerance
&41; const
Remarks
Checks whether another Quaternion is equal to this, within specified tolerance. true if two Quaternions are equal, within specified tolerance, otherwise false.
Parameters
| Name | Description |
|---|---|
| Q | The other Quaternion. |
| Tolerance | Error tolerance for comparison with other Quaternion. |