Lines Matching refs:middle
178 // Remove the middle point of the three last
199 // Remove the middle point of the three last
1069 Vector2 middle = polygon[(i + 1) % polygonLength];
1072 float delta = (float(middle.x) - start.x) * (float(end.y) - start.y) -
1073 (float(middle.y) - start.y) * (float(end.x) - start.x);
1078 "middle (x %f, y %f) and end (x %f, y %f) , delta is %f !!!",
1079 name, start.x, start.y, middle.x, middle.y, end.x, end.y, delta);