↓ 14 callersFunctiondtVdistReturns the distance between two points. @param[in] v1 A point. [(x, y, z)] @param[in] v2 A point. [(x, y, z)] @return The distance between the two
Libraries/recastnavigation/Detour/Include/DetourCommon.h:218
↓ 14 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
Libraries/recastnavigation/Detour/Include/DetourCommon.h:106