Home | History | Annotate | Download | only in opengl

Lines Matching full:rdist

404     float rdist = 1.0f / distance(p[0], p[1], p[2]);
406 p[i] *= rdist;