↓ 8 callersFunctiondtVdot2DDerives the dot product of two vectors on the xz-plane. (@p u . @p v) @param[in] u A vector [(x, y, z)] @param[in] v A vector [(x, y, z)] @return
lib/haxerecast/recastnavigation/Detour/Include/DetourCommon.h:314
↓ 7 callersFunctiondtVscaleScales the vector by the specified value. (@p v * @p t) @param[out] dest The result vector. [(x, y, z)] @param[in] v The vector to scale. [(x, y, z)
lib/haxerecast/recastnavigation/Detour/Include/DetourCommon.h:151
↓ 7 callersFunctionrcVsubPerforms a vector subtraction. (@p v1 - @p v2) @param[out] dest The result vector. [(x, y, z)] @param[in] v1 The base vector. [(x, y, z)] @param[in]
lib/haxerecast/recastnavigation/Recast/Include/Recast.h:693