Home
last modified time | relevance | path

Searched refs:VectorScaleVector (Results 1 – 4 of 4) sorted by relevance

/dports/games/openjk/OpenJK-07675e2/codemp/cgame/
H A Dcg_spawn.c228 VectorScaleVector( mins, vScale, mins ); in SP_misc_model_static()
229 VectorScaleVector( maxs, vScale, maxs ); in SP_misc_model_static()
H A Dcg_main.c329 VectorScaleVector(mins, data->mScale, mins); in CG_MiscEnt()
330 VectorScaleVector(maxs, data->mScale, maxs); in CG_MiscEnt()
/dports/games/openjk/OpenJK-07675e2/shared/qcommon/
H A Dq_math.h278 #define VectorScaleVector(a,b,c) (((c)[0]=(a)[0]*(b)[0]),((c)[1]=(a)[1]*(b)[1]),((c)[2]=(a)[2]*(b)… macro
/dports/games/openjk/OpenJK-07675e2/code/cgame/
H A Dcg_main.cpp1994 #define VectorScaleVector(a,b,c) (((c)[0]=(a)[0]*(b)[0]),((c)[1]=(a)[1]*(b)[1]),((c)[2]=(a)[2]*(b)… macro
2014 VectorScaleVector(mins, MiscEnt->scale, mins); in CG_CreateMiscEnts()
2015 VectorScaleVector(maxs, MiscEnt->scale, maxs); in CG_CreateMiscEnts()