OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:tmpmat
(Results
1 - 2
of
2
) sorted by null
/external/quake/quake/src/QW/client/
mathlib.c
98
float
tmpmat
[3][3];
local
139
R_ConcatRotations( m, zrot,
tmpmat
);
140
R_ConcatRotations(
tmpmat
, im, rot );
/external/quake/quake/src/WinQuake/
mathlib.cpp
98
float
tmpmat
[3][3];
local
139
R_ConcatRotations( m, zrot,
tmpmat
);
140
R_ConcatRotations(
tmpmat
, im, rot );
Completed in 232 milliseconds