↓ 1 callersFunctionrcVaddPerforms 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/Recast/Include/Recast.h:682
↓ 1 callersFunctionrcVcrossDerives the cross product of two vectors. (@p v1 x @p v2) @param[out] dest The cross product. [(x, y, z)] @param[in] v1 A Vector [(x, y, z)] @param[
lib/haxerecast/recastnavigation/Recast/Include/Recast.h:650