Home | History | Annotate | Download | only in include

Lines Matching refs:xyz

102     float len = length(left->xyz);
104 len = length(right->xyz);
106 len = length(top->xyz);
108 len = length(bottom->xyz);
110 len = length(near->xyz);
112 len = length(far->xyz);
141 float distToCenter = dot(left->xyz, sphere->xyz) + left->w;
145 distToCenter = dot(right->xyz, sphere->xyz) + right->w;
149 distToCenter = dot(top->xyz, sphere->xyz) + top->w;
153 distToCenter = dot(bottom->xyz, sphere->xyz) + bottom->w;
157 distToCenter = dot(near->xyz, sphere->xyz) + near->w;
161 distToCenter = dot(far->xyz, sphere->xyz) + far->w;