Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FMath
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static float FastAsin
(
float Value |
Computes the ASin of a scalar value. | Math/UnrealMathUtility.h | |
static double FastAsin
(
double Value |
Math/UnrealMathUtility.h |
FastAsin(float)
Description
Computes the ASin of a scalar value.
| Name | FastAsin |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Math/UnrealMathUtility.h |
| Include Path | #include "Math/UnrealMathUtility.h" |
static float FastAsin
(
float Value
)
ASin of Value
Parameters
| Name | Remarks |
|---|---|
| Value | input angle |
FastAsin(double)
| Name | FastAsin |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Math/UnrealMathUtility.h |
| Include Path | #include "Math/UnrealMathUtility.h" |
static double FastAsin
(
double Value
)