Searched refs:avgX (Results 1 – 1 of 1) sorted by relevance
250 float avgX = 0; in intersection() local253 avgX += poly[i * 2 + 0]; in intersection()256 avgX /= count; in intersection()259 float[] ctr = new float[]{avgX, avgY}; in intersection()