Home
last modified time | relevance | path

Searched defs:VectorCopy2 (Results 1 – 3 of 3) sorted by relevance

/dports/games/iortcw/iortcw-1.51c/MP/code/rend2/
H A Dtr_extramath.h44 #define VectorCopy2(a,b) ((b)[0]=(a)[0],(b)[1]=(a)[1]) macro
/dports/games/iortcw/iortcw-1.51c/SP/code/rend2/
H A Dtr_extramath.h44 #define VectorCopy2(a,b) ((b)[0]=(a)[0],(b)[1]=(a)[1]) macro
/dports/games/openjk/OpenJK-07675e2/shared/qcommon/
H A Dq_math.c1060 void VectorCopy2( const vec2_t vecIn, vec2_t vecOut ) in VectorCopy2() function