Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/VolmitSoftware/Adapt
/ a
Method
a
src/main/java/com/volmit/adapt/util/MathHelper.java:49–52 ·
view source on GitHub ↗
(T var0, Consumer<T> var1)
Source
from the content-addressed store, hash-verified
47
}
48
49
public
static
<T> T a(T var0, Consumer<T> var1) {
50
var1.accept(var0);
51
return
var0;
52
}
53
54
public
static
float sin(float var0) {
55
return
b[(
int
) (var0 * 10430.378f) & 65535];
Callers
3
MathHelper
Class · 0.95
b
Method · 0.95
c
Method · 0.95
Calls
6
c
Method · 0.95
d
Method · 0.95
accept
Method · 0.65
getX
Method · 0.45
getY
Method · 0.45
getZ
Method · 0.45
Tested by
no test coverage detected