Navigation
API > API/Runtime > API/Runtime/Navmesh > API/Runtime/Navmesh/Recast > API/Runtime/Navmesh/Recast/rcClamp
References
| Module | Navmesh |
| Header | /Engine/Source/Runtime/Navmesh/Public/Recast/Recast.h |
| Include | #include "Recast/Recast.h" |
rcReal rcClamp
(
rcReal v,
rcReal mn,
rcReal mx
)
Remarks
When used with a mixture of rcReal and other types (in practice floats and doubles mixed here) this overridden function will be preferred by the compiler.