Lines Matching refs:xyz
137 float len = length(left->xyz);
139 len = length(right->xyz);
141 len = length(top->xyz);
143 len = length(bottom->xyz);
145 len = length(near->xyz);
147 len = length(far->xyz);
167 float distToCenter = dot(left->xyz, sphere->xyz) + left->w;
171 distToCenter = dot(right->xyz, sphere->xyz) + right->w;
175 distToCenter = dot(top->xyz, sphere->xyz) + top->w;
179 distToCenter = dot(bottom->xyz, sphere->xyz) + bottom->w;
183 distToCenter = dot(near->xyz, sphere->xyz) + near->w;
187 distToCenter = dot(far->xyz, sphere->xyz) + far->w;