Home | History | Annotate | Download | only in Renderer

Lines Matching defs:c011

1081 		Color<float> c011 = read(x0, y1, z1);
1094 c011 *= (1 - fx) * fy * fz;
1097 return c000 + c100 + c010 + c110 + c001 + c101 + c011 + c111;