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