Searched refs:normx (Results 1 – 2 of 2) sorted by relevance
116 float normx = curr->xvel / speed; in stepParticles() local119 normx * WIND_RESISTANCE * deltaMilliseconds; in stepParticles()
268 float normx = (((float)x) / GRID_SIZE); in generateVertexData() local272 grid[x][y].x = normx * 2.f - 1.f + deFloatSin(normx * DE_PI * 13.f) * 0.3f / GRID_SIZE; in generateVertexData()