OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full: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 217 milliseconds