Home | History | Annotate | Download | only in functional

Lines Matching refs:componentNdx

467 		for (int componentNdx = 0; componentNdx < NUM_COMPONENTS; ++componentNdx)
469 printFloat(oss, s_quadrants[vertexNdx][componentNdx] * rnd.getInt(4,16) / 16.0);
470 oss << (componentNdx < 1 ? ", " : "");