OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:box_planes
(Results
1 - 4
of
4
) sorted by null
/external/quake/quake/src/QW/client/
pmovetst.c
24
static mplane_t
box_planes
[6];
variable
43
box_hull.planes =
box_planes
;
59
box_planes
[i].type = i>>1;
60
box_planes
[i].normal[i>>1] = 1;
76
box_planes
[0].dist = maxs[0];
77
box_planes
[1].dist = mins[0];
78
box_planes
[2].dist = maxs[1];
79
box_planes
[3].dist = mins[1];
80
box_planes
[4].dist = maxs[2];
81
box_planes
[5].dist = mins[2];
[
all
...]
/external/quake/quake/src/QW/server/
world.c
58
static mplane_t
box_planes
[6];
variable
74
box_hull.planes =
box_planes
;
90
box_planes
[i].type = i>>1;
91
box_planes
[i].normal[i>>1] = 1;
107
box_planes
[0].dist = maxs[0];
108
box_planes
[1].dist = mins[0];
109
box_planes
[2].dist = maxs[1];
110
box_planes
[3].dist = mins[1];
111
box_planes
[4].dist = maxs[2];
112
box_planes
[5].dist = mins[2]
[
all
...]
/external/quake/quake/src/WinQuake/
world.cpp
58
static mplane_t
box_planes
[6];
variable
74
box_hull.planes =
box_planes
;
90
box_planes
[i].type = i>>1;
91
box_planes
[i].normal[i>>1] = 1;
107
box_planes
[0].dist = maxs[0];
108
box_planes
[1].dist = mins[0];
109
box_planes
[2].dist = maxs[1];
110
box_planes
[3].dist = mins[1];
111
box_planes
[4].dist = maxs[2];
112
box_planes
[5].dist = mins[2]
[
all
...]
/gdk/samples/quake/jni/
world.cpp
58
static mplane_t
box_planes
[6];
variable
74
box_hull.planes =
box_planes
;
90
box_planes
[i].type = i>>1;
91
box_planes
[i].normal[i>>1] = 1;
107
box_planes
[0].dist = maxs[0];
108
box_planes
[1].dist = mins[0];
109
box_planes
[2].dist = maxs[1];
110
box_planes
[3].dist = mins[1];
111
box_planes
[4].dist = maxs[2];
112
box_planes
[5].dist = mins[2]
[
all
...]
Completed in 202 milliseconds