Files
tustu/app/L/RollingDragHpFunction.java
2026-01-11 20:30:56 +00:00

55 lines
1.6 KiB
Java

package L;
import ax.CloneableImplInAxPackage;
import ax.AxInterfaceAb;
import ax.AbstractInAxPackage;
public class RollingDragHpFunction extends AbstractInAxPackage {
AxInterfaceAb a;
AxInterfaceAb b;
AxInterfaceAb c;
double d = Double.NaN;
double e = Double.NaN;
double f = Double.NaN;
protected M(AxInterfaceAb paramab1, AxInterfaceAb paramab2, AxInterfaceAb paramab3) {
this.a = paramab2;
this.b = paramab1;
this.c = paramab3;
}
public double a(CloneableImplInAxPackage paramS) {
double d1 = this.a.b(paramS);
if (Double.isNaN(this.d) || this.d != d1) {
this.d = d1;
a();
}
double d2 = this.e + this.f * Math.pow(this.b.b(paramS), 2.5D);
double d3 = d2 * this.c.b(paramS) / 1000.0D * this.b.b(paramS) / 375.0D;
return Double.isNaN(d3) ? 0.0D : d3;
}
private void a() {
this.e = 0.034667D * (this.d - 35.0D) * (this.d - 45.0D) + -0.063333D * (this.d - 20.0D) * (this.d - 45.0D) + 0.032D * (this.d - 20.0D) * (this.d - 35.0D);
this.f = 7.704E-7D * (this.d - 35.0D) * (this.d - 45.0D) + -8.33333E-7D * (this.d - 20.0D) * (this.d - 45.0D) + 3.148E-7D * (this.d - 20.0D) * (this.d - 35.0D);
}
public double b(CloneableImplInAxPackage paramS) {
return a(paramS);
}
public String toString() {
return "rollingDragHp( " + this.b.toString() + " ," + this.a.toString() + ", " + this.c.toString() + " )";
}
}
/* Location: /home/rewrich/Downloads/TunerStudioMS/TunerStudioMS/!/L/M.class
* Java compiler version: 8 (52.0)
* JD-Core Version: 1.1.3
*/