↓ 7 callersFunctionTIXML_SNPRINTFMicrosoft visual studio, version 2005 and higher. int _snprintf_s(
char *buffer,
size_t sizeOfBuffer,
size_t count,
const char *format [,
code/frameworks/cocos2d-x/external/tinyxml2/tinyxml2.h:88
↓ 7 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
code/frameworks/cocos2d-x/external/recast/Detour/DetourCommon.h:243
↓ 7 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
code/frameworks/cocos2d-x/external/recast/Detour/DetourCommon.h:95
↓ 7 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
code/frameworks/cocos2d-x/external/recast/Detour/DetourCommon.h:105
↓ 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)
code/frameworks/cocos2d-x/external/recast/Detour/DetourCommon.h:150