コード例 #1
0
 public double getWallUsValue() {
   return 0.40 * (1 + (0.181818 * Math.abs(Math.sin(Math.toRadians(2 * odo.getAng() + 180)))));
 }