↓ 6 callersFunctiondtVdotDerives the dot product of two vectors. (@p v1 . @p v2) @param[in] v1 A Vector [(x, y, z)] @param[in] v2 A vector [(x, y, z)] @return The dot produc
lib/haxerecast/recastnavigation/Detour/Include/DetourCommon.h:96
↓ 6 callersFunctiondtVmadPerforms a scaled vector addition. (@p v1 + (@p v2 * @p s)) @param[out] dest The result vector. [(x, y, z)] @param[in] v1 The base vector. [(x, y, z
lib/haxerecast/recastnavigation/Detour/Include/DetourCommon.h:106