Searched refs:lUpper (Results 1 – 1 of 1) sorted by relevance
122 float[] lUpper = new float[n * 2]; in hull() local123 lUpper[0] = points[0]; in hull()124 lUpper[1] = points[1]; in hull()125 lUpper[2] = points[2]; in hull()126 lUpper[3] = points[3]; in hull()131 lUpper[lUpperSize * 2 + 0] = points[i * 2 + 0]; in hull()132 lUpper[lUpperSize * 2 + 1] = points[i * 2 + 1]; in hull()136 lUpper[(lUpperSize - 3) * 2], lUpper[(lUpperSize - 3) * 2 + 1], in hull()137 lUpper[(lUpperSize - 2) * 2], lUpper[(lUpperSize - 2) * 2 + 1], in hull()138 lUpper[(lUpperSize - 1) * 2], lUpper[(lUpperSize - 1) * 2 + 1])) { in hull()[all …]