FRotator::GetManhattanDistance

Return the manhattan distance in degrees between this Rotator and the passed in one.

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "Math/Rotator.h"

Syntax

float GetManhattanDistance
(
    const FRotator & Rotator
) const

Remarks

Return the manhattan distance in degrees between this Rotator and the passed in one.

Returns

Distance(Manhattan) between the two rotators.

Parameters

Parameter

Description

Rotator[In]

the Rotator we are comparing with.

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