HomeSort by relevance Sort by last modified time
    Searched defs:plane (Results 1 - 25 of 63) sorted by null

1 2 3

  /external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/collision/shapes/
PlaneCollisionShape.java 12 import com.jme3.math.Plane;
23 private Plane plane; field in class:PlaneCollisionShape
29 * Creates a plane Collision shape
30 * @param plane the plane that defines the shape
32 public PlaneCollisionShape(Plane plane) {
33 this.plane = plane;
    [all...]
  /external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/collision/shapes/
PlaneCollisionShape.java 14 import com.jme3.math.Plane;
22 private Plane plane; field in class:PlaneCollisionShape
28 * Creates a plane Collision shape
29 * @param plane the plane that defines the shape
31 public PlaneCollisionShape(Plane plane) {
32 this.plane = plane;
    [all...]
  /external/quake/quake/src/WinQuake/
world.h 30 qboolean allsolid; // if true, plane is not valid
35 plane_t plane; // surface normal at impact member in struct:__anon14698
gl_test.cpp 27 plane_t *plane; member in struct:__anon14515
60 junk = trace.plane;
71 plane_t *plane; local
84 plane = HitPlane (r_refdef.vieworg, temp);
87 d = DotProduct (incoming, plane->normal);
89 VectorMA (p->reflect, d*2, plane->normal, p->reflect);
92 VectorCopy (plane->normal, p->normal);
gl_rlight.cpp 202 splitplane = node->plane;
275 mplane_t *plane; local
291 plane = node->plane;
292 front = DotProduct (start, plane->normal) - plane->dist;
293 back = DotProduct (end, plane->normal) - plane->dist;
314 lightplane = plane;
r_light.cpp 79 splitplane = node->plane;
146 mplane_t *plane; local
162 plane = node->plane;
163 front = DotProduct (start, plane->normal) - plane->dist;
164 back = DotProduct (end, plane->normal) - plane->dist;
vid_vga.cpp 65 int i, j, k, plane, reps, repshift; local
83 for (plane=0 ; plane<4 ; plane++)
85 // select the correct plane for reading and writing
87 outportb (SC_DATA, 1 << plane);
89 outportb (GC_DATA, plane);
97 backingbuf[(i + k) * 24 + (j << 2) + plane] =
102 (j << 2) + plane];
136 int i, j, k, plane, reps, repshift; local
    [all...]
sv_main.cpp 371 mplane_t *plane; local
388 plane = node->plane;
389 d = DotProduct (org, plane->normal) - plane->dist;
  /external/libvpx/libvpx/examples/
decoder_tmpl.c 92 unsigned int plane, y; local
  /external/quake/quake/src/QW/client/
gl_test.c 27 plane_t *plane; member in struct:__anon14152
60 junk = trace.plane;
71 plane_t *plane; local
84 plane = HitPlane (r_refdef.vieworg, temp);
87 d = DotProduct (incoming, plane->normal);
89 VectorMA (p->reflect, d*2, plane->normal, p->reflect);
92 VectorCopy (plane->normal, p->normal);
pmovetst.c 97 mplane_t *plane; local
105 plane = hull->planes + node->planenum;
107 if (plane->type < 3)
108 d = p[plane->type] - plane->dist;
110 d = DotProduct (plane->normal, p) - plane->dist;
130 mplane_t *plane; local
144 plane = hull->planes + node->planenum;
146 if (plane->type < 3)
179 mplane_t *plane; local
    [all...]
r_light.c 79 splitplane = node->plane;
146 mplane_t *plane; local
162 plane = node->plane;
163 front = DotProduct (start, plane->normal) - plane->dist;
164 back = DotProduct (end, plane->normal) - plane->dist;
gl_rlight.c 199 splitplane = node->plane;
272 mplane_t *plane; local
288 plane = node->plane;
289 front = DotProduct (start, plane->normal) - plane->dist;
290 back = DotProduct (end, plane->normal) - plane->dist;
311 lightplane = plane;
pmove.h 29 qboolean allsolid; // if true, plane is not valid
34 pmplane_t plane; // surface normal at impact member in struct:__anon14200
r_bsp.c 171 // transform the BSP plane into model space
173 splitplane = pnode->plane;
180 // clip edges to BSP plane
268 // plane to both sides (but in opposite directions)
348 pplane = psurf->plane;
426 pplane = psurf->plane;
452 mplane_t *plane; local
532 plane = node->plane;
534 switch (plane->type
    [all...]
  /external/quake/quake/src/QW/server/
world.h 30 qboolean allsolid; // if true, plane is not valid
35 plane_t plane; // surface normal at impact member in struct:__anon14375
sv_ents.c 41 mplane_t *plane; local
58 plane = node->plane;
59 d = DotProduct (org, plane->normal) - plane->dist;
model.c 64 mplane_t *plane; local
74 plane = node->plane;
75 d = DotProduct (p,plane->normal) - plane->dist;
712 out->plane = loadmodel->planes + planenum;
793 out->plane = loadmodel->planes + p;
937 out->planenum = in->plane - loadmodel->planes;
  /external/jmonkeyengine/engine/src/core-effects/com/jme3/water/
SimpleWaterProcessor.java 54 * Simple Water renders a simple plane that use reflection and refraction to look like water.
65 * //setting the water plane
67 * waterProcessor.setPlane(new Plane(Vector3f.UNIT_Y, waterLocation.dot(Vector3f.UNIT_Y)));
107 protected Plane plane = new Plane(Vector3f.UNIT_Y, Vector3f.ZERO.dot(Vector3f.UNIT_Y)); field in class:SimpleWaterProcessor
119 private Plane reflectionClipPlane;
120 private Plane refractionClipPlane;
205 if (!ray.intersectsWherePlane(plane, targetLocation)) {
207 ray.intersectsWherePlane(plane, targetLocation)
    [all...]
  /external/harfbuzz_ng/src/
hb-unicode-private.hh 168 hb_codepoint_t plane = ch >> 16; local
169 if (likely (plane == 0))
190 switch (plane) {
  /external/jmonkeyengine/engine/src/core/com/jme3/util/
TempVars.java 200 * Plane
202 public final Plane plane = new Plane(); field in class:TempVars
  /external/libvpx/libvpx/
vp8_multi_resolution_encoder.c 100 int plane; local
102 for (plane = 0; plane < 3; plane++)
105 int w = (plane ? (1 + img->d_w) / 2 : img->d_w);
106 int h = (plane ? (1 + img->d_h) / 2 : img->d_h);
109 /* Determine the correct plane based on the image format. The for-loop
113 switch (plane)
122 ptr = img->planes[plane];
137 ptr += img->stride[plane];
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/chromium/
FontUtilsChromiumWin.cpp 362 int plane = ucs4 >> 16; local
363 switch (plane) {
  /hardware/samsung_slsi/exynos5/libhwjpeg/
ExynosJpegBase.cpp 200 struct v4l2_plane plane[JPEG_MAX_PLANE_CNT]; local
205 memset(plane, 0, (int)JPEG_MAX_PLANE_CNT * sizeof(struct v4l2_plane));
212 v4l2_buf.m.planes = plane;
  /external/qemu/distrib/sdl-1.2.15/src/video/x11/
SDL_x11events.c 271 int plane; local
276 plane = (-0xC8 + (c << 2) + (utf8[1] >> 4));
277 if (plane == 0) {
282 } else if (plane <= 16) {
    [all...]

Completed in 778 milliseconds

1 2 3