FQuat::IsIdentity

Checks whether this Quaternion is an Identity Quaternion. Assumes Quaternion tested is normalized.

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "Math/Quat.h"

Syntax

bool IsIdentity
(
    float Tolerance
) const

Remarks

Checks whether this Quaternion is an Identity Quaternion. Assumes Quaternion tested is normalized.

Returns

true if Quaternion is a normalized Identity Quaternion.

Parameters

Parameter

Description

Tolerance

Error tolerance for comparison with Identity 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