Navigation
API > API/Runtime > API/Runtime/Navmesh > API/Runtime/Navmesh/Recast > API/Runtime/Navmesh/Recast/rcMin
References
| Module | Navmesh |
| Header | /Engine/Source/Runtime/Navmesh/Public/Recast/Recast.h |
| Include | #include "Recast/Recast.h" |
template<class T>
T rcMin
(
T a,
T b
)
Remarks
Returns the minimum of two values. The minimum of the two values.
Parameters
| Name | Description |
|---|---|
| a | Value A |
| b | Value B |