Searched refs:startPoints (Results 1 – 1 of 1) sorted by relevance
221 Tuple[] startPoints = new Tuple[coords.length]; in movePointers() local224 startPoints[i] = new Tuple(coords[i].x, coords[i].y); in movePointers()236 coords[j].x += (endPoints[j].x - startPoints[j].x) / steps; in movePointers()237 coords[j].y += (endPoints[j].y - startPoints[j].y) / steps; in movePointers()