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