MCPcopy Index your code
hub / github.com/VolmitSoftware/Adapt / b

Method b

src/main/java/com/volmit/adapt/util/MathHelper.java:133–141  ·  view source on GitHub ↗
(double var0, double var2, double var4)

Source from the content-addressed store, hash-verified

131 }
132
133 public static double b(double var0, double var2, double var4) {
134 if (var4 < 0.0) {
135 return var0;
136 }
137 if (var4 > 1.0) {
138 return var2;
139 }
140 return MathHelper.d(var4, var0, var2);
141 }
142
143 public static double a(double var0, double var2) {
144 if (var0 < 0.0) {

Callers

nothing calls this directly

Calls 3

dMethod · 0.95
cMethod · 0.95
aMethod · 0.95

Tested by

no test coverage detected