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 rcVdot
(
const rcReal * v1,
const rcReal * v2
)
Remarks
Derives the dot product of two vectors. (v1_ . v2_)
The dot product.
Parameters
| Name | Description |
|---|---|
| v1 | A Vector [(x, y, z)] |
| v2 | A vector [(x, y, z)] |