Searched refs:dTheta (Results 1 – 1 of 1) sorted by relevance
35 float dTheta = static_cast<float>(2 * M_PI / numSegments); in initializeVertices() local37 vertices[(i + 1) * 2] = cos(dTheta * i); in initializeVertices()38 vertices[(i + 1) * 2 + 1] = sin(dTheta * i); in initializeVertices()