Home | History | Annotate | Download | only in jni

Lines Matching defs:base

139 	vec3_t	base, transformed;
173 base[0] = bounds[i][0];
176 base[1] = bounds[j][1];
179 base[2] = bounds[k][2];
182 transformed[0] = xvector[0]*base[0] + yvector[0]*base[1];
183 transformed[1] = xvector[1]*base[0] + yvector[1]*base[1];
184 transformed[2] = base[2];