Searched refs:avgx (Results 1 – 1 of 1) sorted by relevance
259 float avgx = 0; in intersection() local262 avgx += poly[i * 2]; in intersection()265 avgx /= count; in intersection()268 float[] ctr = new float[] { avgx, avgy }; in intersection()