Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DGVPSH/SlackOpen
/ toRad
Method
toRad
src/main/java/net/optifine/util/MathUtils.java:72–75 ·
view source on GitHub ↗
(float angle)
Source
from the content-addressed store, hash-verified
70
}
71
72
public
static
float toRad(float angle)
73
{
74
return
angle / 180.0F * MathHelper.PI;
75
}
76
77
public
static
float roundToFloat(double d)
78
{
Callers
1
evalFloat
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected