Exemple #1
0
 public static Vector2d rotateRad(double x, double y, double radiants) {
   temp.set(x, y);
   return temp.rotateRad(radiants);
 }