Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FMath
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static decltype(DegVal *((3.1415926535897932f)/180.f)) DegreesToRadians
(
T const& DegVal |
Converts degrees to radians. | Math/UnrealMathUtility.h | |
static float DegreesToRadians
(
float const& DegVal |
Math/UnrealMathUtility.h | ||
static double DegreesToRadians
(
double const& DegVal |
Math/UnrealMathUtility.h |
DegreesToRadians(T const &)
Description
Converts degrees to radians.
| Name | DegreesToRadians |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Math/UnrealMathUtility.h |
| Include Path | #include "Math/UnrealMathUtility.h" |
template<class T>
static decltype(DegVal *((3.1415926535897932f)/180.f)) DegreesToRadians
(
T const & DegVal
)
Value in radians.
Parameters
| Name | Remarks |
|---|---|
| DegVal | Value in degrees. |
DegreesToRadians(float const &)
| Name | DegreesToRadians |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Math/UnrealMathUtility.h |
| Include Path | #include "Math/UnrealMathUtility.h" |
static float DegreesToRadians
(
float const & DegVal
)
DegreesToRadians(double const &)
| Name | DegreesToRadians |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Math/UnrealMathUtility.h |
| Include Path | #include "Math/UnrealMathUtility.h" |
static double DegreesToRadians
(
double const & DegVal
)