FQuat::Equals

Checks whether another Quaternion is equal to this, within specified tolerance.

Windows
MacOS
Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/Math/Quat.h

Include

#include "Math/Quat.h"

Syntax

bool Equals
(
    const FQuat & Q,
    float Tolerance
) const

Remarks

Checks whether another Quaternion is equal to this, within specified tolerance.

Returns

true if two Quaternions are equal, within specified tolerance, otherwise false.

Parameters

Parameter

Description

Q

The other Quaternion.

Tolerance

Error tolerance for comparison with other Quaternion.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss