Navigation
API > API/Runtime > API/Runtime/Navmesh
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
T rcAbs
(
T a |
Returns the absolute value. | Recast/Recast.h | |
float rcAbs
(
float x |
Recast/Recast.h | ||
double rcAbs
(
double x |
Recast/Recast.h |
rcAbs(T)
Description
Returns the absolute value.
| Name | rcAbs |
| Type | function |
| Header File | /Engine/Source/Runtime/Navmesh/Public/Recast/Recast.h |
| Include Path | #include "Recast/Recast.h" |
template<class T>
T rcAbs
(
T a
)
The absolute value of the specified value.
Parameters
| Name | Remarks |
|---|---|
| a | The value. |
rcAbs(float)
| Name | rcAbs |
| Type | function |
| Header File | /Engine/Source/Runtime/Navmesh/Public/Recast/Recast.h |
| Include Path | #include "Recast/Recast.h" |
float rcAbs
(
float x
)
rcAbs(double)
| Name | rcAbs |
| Type | function |
| Header File | /Engine/Source/Runtime/Navmesh/Public/Recast/Recast.h |
| Include Path | #include "Recast/Recast.h" |
double rcAbs
(
double x
)