Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Math > API/Runtime/Core/Math/TRotator
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Math/Rotator.h |
| Include | #include "Math/Rotator.h" |
T GetManhattanDistance
(
const TRotator < T > & Rotator
) const
Remarks
Return the manhattan distance in degrees between this Rotator and the passed in one. Distance(Manhattan) between the two rotators.
Parameters
| Name | Description |
|---|---|
| Rotator[In] | the Rotator we are comparing with. |