Searched refs:computeDirectionVector (Results 1 – 1 of 1) sorted by relevance
1256 computeDirectionVector(x - cellX, y - cellY, curDirection); in findNearestArea()1787 private void computeDirectionVector(float deltaX, float deltaY, int[] result) { in computeDirectionVector() method in CellLayout2195 computeDirectionVector(deltaX, deltaY, resultDirection); in getDirectionVectorForDrop()