Home | History | Annotate | Download | only in runtime

Lines Matching refs:xyz

354     float len = length(left->xyz);
356 len = length(right->xyz);
358 len = length(top->xyz);
360 len = length(bottom->xyz);
362 len = length(near->xyz);
364 len = length(far->xyz);
371 float distToCenter = dot(left->xyz, sphere->xyz) + left->w;
375 distToCenter = dot(right->xyz, sphere->xyz) + right->w;
379 distToCenter = dot(top->xyz, sphere->xyz) + top->w;
383 distToCenter = dot(bottom->xyz, sphere->xyz) + bottom->w;
387 distToCenter = dot(near->xyz, sphere->xyz) + near->w;
391 distToCenter = dot(far->xyz, sphere->xyz) + far->w;