Home | History | Annotate | Download | only in jni

Lines Matching defs:side

871 	vec3_t		into, side;
883 VectorSubtract (ent->u.v.velocity, into, side);
885 ent->u.v.velocity[0] = side[0] * (1 + d);
886 ent->u.v.velocity[1] = side[1] * (1 + d);