HomeSort by relevance Sort by last modified time
    Searched defs:tempvec (Results 1 - 2 of 2) sorted by null

  /external/quake/quake/src/QW/client/
mathlib.c 61 vec3_t tempvec; local
74 tempvec[0] = tempvec[1] = tempvec[2] = 0.0F;
75 tempvec[pos] = 1.0F;
80 ProjectPointOnPlane( dst, tempvec, src );
  /external/quake/quake/src/WinQuake/
mathlib.cpp 61 vec3_t tempvec; local
74 tempvec[0] = tempvec[1] = tempvec[2] = 0.0F;
75 tempvec[pos] = 1.0F;
80 ProjectPointOnPlane( dst, tempvec, src );

Completed in 55 milliseconds