maheshchunkhade
Results
2
comments of
maheshchunkhade
small change in addition , what you have till now, public static int getTranslateX(float degree, int distance){ return Double.valueOf(-1 \* distance \* Math.cos(Math.toRadians(degree))).intValue(); } ``` public static int getTranslateY(float degree,...
I am also facing same problem @siyamed can you fix this problem