Navigation
API > API/Runtime > API/Runtime/Navmesh > API/Runtime/Navmesh/Recast
References
| Module | Navmesh |
| Header | /Engine/Source/Runtime/Navmesh/Public/Recast/Recast.h |
| Include | #include "Recast/Recast.h" |
template<class T>
T rcSqr
(
T a
)
Remarks
Returns the square of the value. The square of the value.
Parameters
| Name | Description |
|---|---|
| a | The value. |