OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PITCH
(Results
26 - 30
of
30
) sorted by null
1
2
/external/quake/quake/src/WinQuake/
r_bsp.cpp
105
//
pitch
106
angle = currententity->angles[
PITCH
];
mathlib.cpp
300
angle = angles[
PITCH
] * (M_PI*2 / 360);
/external/quake/quake/src/QW/client/
cl_ents.c
862
ent->angles[
PITCH
] = -state->viewangles[
PITCH
]/3;
mathlib.c
298
angle = angles[
PITCH
] * (M_PI*2 / 360);
/external/quake/quake/src/QW/server/
sv_user.c
[
all
...]
Completed in 175 milliseconds
1
2