OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:tplane
(Results
1 - 2
of
2
) sorted by null
/external/quake/quake/src/QW/client/
r_bsp.c
163
mplane_t *splitplane,
tplane
;
local
174
tplane
.dist = splitplane->dist -
176
tplane
.normal[0] = DotProduct (entity_rotation[0], splitplane->normal);
177
tplane
.normal[1] = DotProduct (entity_rotation[1], splitplane->normal);
178
tplane
.normal[2] = DotProduct (entity_rotation[2], splitplane->normal);
188
lastdist = DotProduct (plastvert->position,
tplane
.normal) -
189
tplane
.dist;
198
dist = DotProduct (pvert->position,
tplane
.normal) -
tplane
.dist;
/external/quake/quake/src/WinQuake/
r_bsp.cpp
163
mplane_t *splitplane,
tplane
;
local
174
tplane
.dist = splitplane->dist -
176
tplane
.normal[0] = DotProduct (entity_rotation[0], splitplane->normal);
177
tplane
.normal[1] = DotProduct (entity_rotation[1], splitplane->normal);
178
tplane
.normal[2] = DotProduct (entity_rotation[2], splitplane->normal);
188
lastdist = DotProduct (plastvert->position,
tplane
.normal) -
189
tplane
.dist;
198
dist = DotProduct (pvert->position,
tplane
.normal) -
tplane
.dist;
Completed in 725 milliseconds