↓ 5 callersFunctiondtVaddPerforms a vector addition. (@p v1 + @p v2) @param[out] dest The result vector. [(x, y, z)] @param[in] v1 The base vector. [(x, y, z)] @param[in] v
lib/haxerecast/recastnavigation/Detour/Include/DetourCommon.h:129
↓ 5 callersFunctiondtVdist2DDerives the distance between the specified points on the xz-plane. @param[in] v1 A point. [(x, y, z)] @param[in] v2 A point. [(x, y, z)] @return The
lib/haxerecast/recastnavigation/Detour/Include/DetourCommon.h:244