Navigation
Unreal Engine C++ API Reference > Runtime > Core > Math > FMath > CartesianToPolar
References
Module | Core |
Header | /Engine/Source/Runtime/Core/Public/Math/UnrealMathUtility.h |
Include | #include "Math/UnrealMathUtility.h" |
template<typename T>
static void CartesianToPolar
&40;
const UE::Math::TVector2< T > InCart,
UE::Math::TVector2< T > & OutPolar
&41;
Remarks
Converts given Cartesian coordinate pair to Polar coordinate system.