Exemple #1
0
 /** Works with scale */
 public static float getScaledWidth(IEntity e) {
   return (Math.abs(e.getScaleX() * e.getWidth()));
 }