Home | History | Annotate | Download | only in jni

Lines Matching defs:planes

220 The basic solid body movement clip that slides along multiple planes
235 vec3_t planes[MAX_CLIP_PLANES];
314 VectorCopy (trace.plane.normal, planes[numplanes]);
318 // modify original_velocity so it parallels all of the clip planes
322 ClipVelocity (original_velocity, planes[i], new_velocity, 1);
326 if (DotProduct (new_velocity, planes[j]) < 0)
345 CrossProduct (planes[0], planes[1], dir);