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" |
rcReal rcVdist
(
const rcReal * v1,
const rcReal * v2
)
Remarks
Returns the distance between two points. The distance between the two points.
Parameters
| Name | Description |
|---|---|
| v1 | A point. [(x, y, z)] |
| v2 | A point. [(x, y, z)] |