Navigation
Unreal Engine C++ API Reference > Runtime > Core > Math > FMath
Type | Name | Description | |
---|---|---|---|
![]() ![]() |
void | CartesianToPolar
(
const UE::Math::TVector2< T > InCart, |
Converts given Cartesian coordinate pair to Polar coordinate system. |
![]() ![]() |
void | CartesianToPolar
(
const T X, |
Converts given Cartesian coordinate pair to Polar coordinate system. |