Searched refs:numArcVertices (Results 1 – 1 of 1) sorted by relevance
376 int numArcVertices = row*numCols + col; in init() local383 for (int i = 0; i < numArcVertices; i++) in init()385 …float fx = centerX + 0.9f * deFloatCos((float)i*2.0f*DE_PI / (float)numArcVertices) / (float)numCo… in init()386 …float fy = centerY + 0.9f * deFloatSin((float)i*2.0f*DE_PI / (float)numArcVertices) / (float)numRo… in init()